#450920

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

Shades of Blackberry #450920

Tints of Blackberry #450920

Color information

#450920 (or 0x450920) is unknown color: approx Blackberry. HEX triplet: 45, 09 and 20. RGB value is (69,9,32). Sum of RGB (Red+Green+Blue) = 69+9+32=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #450920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450920 is #BAF6DF. Grayscale: #1D1D1D. Windows color (decimal): -12252896 or 2099525. OLE color: 2099525.

HSL color Cylindrical-coordinate representation of color #450920: hue angle of 337º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #450920 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB69932-
CMYK00.870.540.73
HSL337º76.92%15.29%-
HSV(B)337º86.96%27.06%-
XYZ2.811.561.52-
YUV29.56129.38156.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.73%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=62.73%
G=8.18%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6993200.870.540.7333776.9215.29
Hex4592005736491514df
Octal105114001276611152111517
Binary1000101100110000001010111110110100100110101000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450920; }

 p { color: rgb(69,9,32); }

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

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

 a { background-color: rgb(69,9,32); }

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

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

 span { border-color: rgb(69,9,32); }

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