#48022D

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

Shades of Blackberry #48022D

Tints of Blackberry #48022D

Color information

#48022D (or 0x48022D) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 2D. RGB value is (72,2,45). Sum of RGB (Red+Green+Blue) = 72+2+45=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #48022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48022D is #B7FDD2. Grayscale: #1B1B1B. Windows color (decimal): -12058067 or 2949704. OLE color: 2949704.

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

Color convert

RGB72245-
CMYK00.970.380.72
HSL323.14º94.59%14.51%-
HSV(B)323.14º97.22%28.24%-
XYZ3.171.612.63-
YUV27.83137.69159.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60.50%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 45 (17.97% from 255) = 37.82%
R=60.50%
G=1.68%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7224500.970.380.72323.1494.5914.51
Hex4822D06126481435ff
Octal11025501414611050313717
Binary10010001010110101100001100110100100010100001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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