#48152A

Color #48152A Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #48152A

Tints of Blackberry #48152A

Color information

#48152A (or 0x48152A) is unknown color: approx Blackberry. HEX triplet: 48, 15 and 2A. RGB value is (72,21,42). Sum of RGB (Red+Green+Blue) = 72+21+42=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48152A is #B7EAD5. Grayscale: #262626. Windows color (decimal): -12053206 or 2757960. OLE color: 2757960.

HSL color Cylindrical-coordinate representation of color #48152A: hue angle of 335.29º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48152A is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB722142-
CMYK00.710.420.72
HSL335.29º54.84%18.24%-
HSV(B)335.29º70.83%28.24%-
XYZ3.362.082.42-
YUV38.64129.9151.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=53.33%
G=15.56%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72214200.710.420.72335.2954.8418.24
Hex48152A0472A4814f3712
Octal11025520107521105176722
Binary10010001010110101001000111101010100100010100111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48152A; }

 p { color: rgb(72,21,42); }

 H1.HeaderClassName
 {
   color: #48152A;
 }
 .AnyTagClassName
 {
   color: #48152A;
 }
</style>
background-color css

<style>
 a { background-color: #48152A; }

 a { background-color: rgb(72,21,42); }

 div.DivClassName
 {
   background-color: #48152A;
 }
 .BgClassName
 {
   background-color: #48152A;
 }
</style>
border-color css

<style>
 span { border-color: #48152A; }

 span { border-color: rgb(72,21,42); }

 td.TdClassName
 {
   border-color: #48152A;
 }
 .TagClassName
 {
   border-color: #48152A;
 }
</style>