#48022A

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

Shades of Blackberry #48022A

Tints of Blackberry #48022A

Color information

#48022A (or 0x48022A) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 2A. RGB value is (72,2,42). Sum of RGB (Red+Green+Blue) = 72+2+42=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #48022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48022A is #B7FDD5. Grayscale: #1B1B1B. Windows color (decimal): -12058070 or 2753096. OLE color: 2753096.

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

Color convert

RGB72242-
CMYK00.970.420.72
HSL325.71º94.59%14.51%-
HSV(B)325.71º97.22%28.24%-
XYZ3.111.592.33-
YUV27.49136.19159.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.07%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=62.07%
G=1.72%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7224200.970.420.72325.7194.5914.51
Hex4822A0612A481465ff
Octal11025201415211050613717
Binary10010001010101001100001101010100100010100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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