#48022B

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

Shades of Blackberry #48022B

Tints of Blackberry #48022B

Color information

#48022B (or 0x48022B) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 2B. RGB value is (72,2,43). Sum of RGB (Red+Green+Blue) = 72+2+43=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #48022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48022B is #B7FDD4. Grayscale: #1B1B1B. Windows color (decimal): -12058069 or 2818632. OLE color: 2818632.

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

Color convert

RGB72243-
CMYK00.970.400.72
HSL324.86º94.59%14.51%-
HSV(B)324.86º97.22%28.24%-
XYZ3.131.62.43-
YUV27.6136.69159.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=61.54%
G=1.71%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7224300.970.400.72324.8694.5914.51
Hex4822B06128481455ff
Octal11025301415011050513717
Binary10010001010101101100001101000100100010100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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