#48153C

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

Shades of Blackberry #48153C

Tints of Blackberry #48153C

Color information

#48153C (or 0x48153C) is unknown color: approx Blackberry. HEX triplet: 48, 15 and 3C. RGB value is (72,21,60). Sum of RGB (Red+Green+Blue) = 72+21+60=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48153C is #B7EAC3. Grayscale: #282828. Windows color (decimal): -12053188 or 3937608. OLE color: 3937608.

HSL color Cylindrical-coordinate representation of color #48153C: hue angle of 314.12º 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 #48153C is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB722160-
CMYK00.710.170.72
HSL314.12º54.84%18.24%-
HSV(B)314.12º70.83%28.24%-
XYZ3.762.244.51-
YUV40.69138.9150.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 60 (23.83% from 255) = 39.22%
R=47.06%
G=13.73%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72216000.710.170.72314.1254.8418.24
Hex48153C047114813a3712
Octal11025740107211104726722
Binary1001000101011111000100011110001100100010011101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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