#48011C

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

Shades of Blackberry #48011C

Tints of Blackberry #48011C

Color information

#48011C (or 0x48011C) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 1C. RGB value is (72,1,28). Sum of RGB (Red+Green+Blue) = 72+1+28=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #48011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48011C is #B7FEE3. Grayscale: #191919. Windows color (decimal): -12058340 or 1835336. OLE color: 1835336.

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

Color convert

RGB72128-
CMYK00.990.610.72
HSL337.18º97.26%14.31%-
HSV(B)337.18º98.61%28.24%-
XYZ2.891.481.23-
YUV25.31129.52161.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 71.29%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 28 (11.33% from 255) = 27.72%
R=71.29%
G=0.99%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7212800.990.610.72337.1897.2614.31
Hex4811C0633D4815161e
Octal11013401437511052114116
Binary100100011110001100011111101100100010101000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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