#48021E

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

Shades of Blackberry #48021E

Tints of Blackberry #48021E

Color information

#48021E (or 0x48021E) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 1E. RGB value is (72,2,30). Sum of RGB (Red+Green+Blue) = 72+2+30=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48021E is #B7FDE1. Grayscale: #1A1A1A. Windows color (decimal): -12058082 or 1966664. OLE color: 1966664.

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

Color convert

RGB72230-
CMYK00.970.580.72
HSL336º94.59%14.51%-
HSV(B)336º97.22%28.24%-
XYZ2.931.511.37-
YUV26.12130.19160.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 30 (12.11% from 255) = 28.85%
R=69.23%
G=1.92%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7223000.970.580.7233694.5914.51
Hex4821E0613A481505ff
Octal11023601417211052013717
Binary1001000101111001100001111010100100010101000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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