#48203B

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

Shades of Blackberry #48203B

Tints of Blackberry #48203B

Color information

#48203B (or 0x48203B) is unknown color: approx Blackberry. HEX triplet: 48, 20 and 3B. RGB value is (72,32,59). Sum of RGB (Red+Green+Blue) = 72+32+59=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #48203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48203B is #B7DFC4. Grayscale: #2E2E2E. Windows color (decimal): -12050373 or 3874888. OLE color: 3874888.

HSL color Cylindrical-coordinate representation of color #48203B: hue angle of 319.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48203B is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB723259-
CMYK00.560.180.72
HSL319.5º38.46%20.39%-
HSV(B)319.5º55.56%28.24%-
XYZ3.982.734.45-
YUV47.04134.75145.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=44.17%
G=19.63%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72325900.560.180.72319.538.4620.39
Hex48203B03812481402614
Octal1104073070221105004624
Binary1001000100000111011011100010010100100010100000010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48203B; }

 p { color: rgb(72,32,59); }

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

<style>
 a { background-color: #48203B; }

 a { background-color: rgb(72,32,59); }

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

<style>
 span { border-color: #48203B; }

 span { border-color: rgb(72,32,59); }

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