#48173C

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

Shades of Blackberry #48173C

Tints of Blackberry #48173C

Color information

#48173C (or 0x48173C) is unknown color: approx Blackberry. HEX triplet: 48, 17 and 3C. RGB value is (72,23,60). Sum of RGB (Red+Green+Blue) = 72+23+60=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48173C is #B7E8C3. Grayscale: #292929. Windows color (decimal): -12052676 or 3938120. OLE color: 3938120.

HSL color Cylindrical-coordinate representation of color #48173C: hue angle of 314.69º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48173C is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB722360-
CMYK00.680.170.72
HSL314.69º51.58%18.63%-
HSV(B)314.69º68.06%28.24%-
XYZ3.792.324.52-
YUV41.87138.23149.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 23 (9.38% from 255) = 14.84%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=46.45%
G=14.84%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72236000.680.170.72314.6951.5818.63
Hex48173C044114813b3413
Octal11027740104211104736423
Binary1001000101111111000100010010001100100010011101111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48173C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48173C; }

 p { color: rgb(72,23,60); }

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

<style>
 a { background-color: #48173C; }

 a { background-color: rgb(72,23,60); }

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

<style>
 span { border-color: #48173C; }

 span { border-color: rgb(72,23,60); }

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