#48022F

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

Shades of Blackberry #48022F

Tints of Blackberry #48022F

Color information

#48022F (or 0x48022F) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 2F. RGB value is (72,2,47). Sum of RGB (Red+Green+Blue) = 72+2+47=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48022F is #B7FDD0. Grayscale: #1B1B1B. Windows color (decimal): -12058065 or 3080776. OLE color: 3080776.

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

Color convert

RGB72247-
CMYK00.970.350.72
HSL321.43º94.59%14.51%-
HSV(B)321.43º97.22%28.24%-
XYZ3.211.632.83-
YUV28.06138.69159.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=59.50%
G=1.65%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7224700.970.350.72321.4394.5914.51
Hex4822F06123481415ff
Octal11025701414311050113717
Binary10010001010111101100001100011100100010100000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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