#48001E

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

Shades of Blackberry #48001E

Tints of Blackberry #48001E

Color information

#48001E (or 0x48001E) is unknown color: approx Blackberry. HEX triplet: 48, 00 and 1E. RGB value is (72,0,30). Sum of RGB (Red+Green+Blue) = 72+0+30=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #48001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48001E is #B7FFE1. Grayscale: #181818. Windows color (decimal): -12058594 or 1966152. OLE color: 1966152.

HSL color Cylindrical-coordinate representation of color #48001E: hue angle of 335º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48001E is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB72030-
CMYK010.580.72
HSL335º100%14.12%-
HSV(B)335º100%28.24%-
XYZ2.911.471.36-
YUV24.95130.85161.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 70.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 29.41%
R=70.59%
G=0%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72030010.580.7233510014.12
Hex4801E0643A4814f64e
Octal11003601447211051714416
Binary100100001111001100100111010100100010100111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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