#450B20

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

Shades of Blackberry #450B20

Tints of Blackberry #450B20

Color information

#450B20 (or 0x450B20) is unknown color: approx Blackberry. HEX triplet: 45, 0B and 20. RGB value is (69,11,32). Sum of RGB (Red+Green+Blue) = 69+11+32=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #450B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B20 is #BAF4DF. Grayscale: #1E1E1E. Windows color (decimal): -12252384 or 2100037. OLE color: 2100037.

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

Color convert

RGB691132-
CMYK00.840.540.73
HSL338.28º72.5%15.69%-
HSV(B)338.28º84.06%27.06%-
XYZ2.831.611.53-
YUV30.74128.72155.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 61.61%
GREEN value IS 11 (4.69% from 255) = 9.82%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=61.61%
G=9.82%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69113200.840.540.73338.2872.515.69
Hex45B2005436491524810
Octal105134001246611152211020
Binary10001011011100000010101001101101001001101010010100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450B20; }

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

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

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

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

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

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

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

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