#48112D

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

Shades of Blackberry #48112D

Tints of Blackberry #48112D

Color information

#48112D (or 0x48112D) is unknown color: approx Blackberry. HEX triplet: 48, 11 and 2D. RGB value is (72,17,45). Sum of RGB (Red+Green+Blue) = 72+17+45=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48112D is #B7EED2. Grayscale: #242424. Windows color (decimal): -12054227 or 2953544. OLE color: 2953544.

HSL color Cylindrical-coordinate representation of color #48112D: hue angle of 329.45º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48112D is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB721745-
CMYK00.760.380.72
HSL329.45º61.8%17.45%-
HSV(B)329.45º76.39%28.24%-
XYZ3.351.972.69-
YUV36.64132.72153.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=53.73%
G=12.69%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72174500.760.380.72329.4561.817.45
Hex48112D04C26481493e11
Octal11021550114461105117621
Binary10010001000110110101001100100110100100010100100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48112D; }

 p { color: rgb(72,17,45); }

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

<style>
 a { background-color: #48112D; }

 a { background-color: rgb(72,17,45); }

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

<style>
 span { border-color: #48112D; }

 span { border-color: rgb(72,17,45); }

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