#48022C

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

Shades of Blackberry #48022C

Tints of Blackberry #48022C

Color information

#48022C (or 0x48022C) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 2C. RGB value is (72,2,44). Sum of RGB (Red+Green+Blue) = 72+2+44=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #48022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48022C is #B7FDD3. Grayscale: #1B1B1B. Windows color (decimal): -12058068 or 2884168. OLE color: 2884168.

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

Color convert

RGB72244-
CMYK00.970.390.72
HSL324º94.59%14.51%-
HSV(B)324º97.22%28.24%-
XYZ3.151.62.53-
YUV27.72137.19159.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=61.02%
G=1.69%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7224400.970.390.7232494.5914.51
Hex4822C06127481445ff
Octal11025401414711050413717
Binary10010001010110001100001100111100100010100010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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