#48142C

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

Shades of Blackberry #48142C

Tints of Blackberry #48142C

Color information

#48142C (or 0x48142C) is unknown color: approx Blackberry. HEX triplet: 48, 14 and 2C. RGB value is (72,20,44). Sum of RGB (Red+Green+Blue) = 72+20+44=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48142C is #B7EBD3. Grayscale: #262626. Windows color (decimal): -12053460 or 2888776. OLE color: 2888776.

HSL color Cylindrical-coordinate representation of color #48142C: hue angle of 332.31º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48142C is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB722044-
CMYK00.720.390.72
HSL332.31º56.52%18.04%-
HSV(B)332.31º72.22%28.24%-
XYZ3.382.062.6-
YUV38.28131.23152.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=52.94%
G=14.71%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72204400.720.390.72332.3156.5218.04
Hex48142C048274814c3912
Octal11024540110471105147122
Binary10010001010010110001001000100111100100010100110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,20,44); }

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

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

 a { background-color: rgb(72,20,44); }

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

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

 span { border-color: rgb(72,20,44); }

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