#48011E

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

Shades of Blackberry #48011E

Tints of Blackberry #48011E

Color information

#48011E (or 0x48011E) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 1E. RGB value is (72,1,30). Sum of RGB (Red+Green+Blue) = 72+1+30=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #48011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48011E is #B7FEE1. Grayscale: #191919. Windows color (decimal): -12058338 or 1966408. OLE color: 1966408.

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

Color convert

RGB72130-
CMYK00.990.580.72
HSL335.49º97.26%14.31%-
HSV(B)335.49º98.61%28.24%-
XYZ2.921.491.36-
YUV25.53130.52161.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.90%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=69.90%
G=0.97%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7213000.990.580.72335.4997.2614.31
Hex4811E0633A4814f61e
Octal11013601437211051714116
Binary100100011111001100011111010100100010100111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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