#48011D

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

Shades of Blackberry #48011D

Tints of Blackberry #48011D

Color information

#48011D (or 0x48011D) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 1D. RGB value is (72,1,29). Sum of RGB (Red+Green+Blue) = 72+1+29=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #48011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48011D is #B7FEE2. Grayscale: #191919. Windows color (decimal): -12058339 or 1900872. OLE color: 1900872.

HSL color Cylindrical-coordinate representation of color #48011D: hue angle of 336.34º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48011D is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB72129-
CMYK00.990.600.72
HSL336.34º97.26%14.31%-
HSV(B)336.34º98.61%28.24%-
XYZ2.911.491.3-
YUV25.42130.02161.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 70.59%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 29 (11.72% from 255) = 28.43%
R=70.59%
G=0.98%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7212900.990.600.72336.3497.2614.31
Hex4811D0633C4815061e
Octal11013501437411052014116
Binary100100011110101100011111100100100010101000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,1,29); }

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

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

 a { background-color: rgb(72,1,29); }

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

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

 span { border-color: rgb(72,1,29); }

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