#480226

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

Shades of Blackberry #480226

Tints of Blackberry #480226

Color information

#480226 (or 0x480226) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 26. RGB value is (72,2,38). Sum of RGB (Red+Green+Blue) = 72+2+38=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480226 is #B7FDD9. Grayscale: #1A1A1A. Windows color (decimal): -12058074 or 2490952. OLE color: 2490952.

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

Color convert

RGB72238-
CMYK00.970.470.72
HSL329.14º94.59%14.51%-
HSV(B)329.14º97.22%28.24%-
XYZ3.041.561.97-
YUV27.03134.19160.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=64.29%
G=1.79%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7223800.970.470.72329.1494.5914.51
Hex482260612F481495ff
Octal11024601415711051113717
Binary10010001010011001100001101111100100010100100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480226; }

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

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

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

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

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

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

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

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