#450820

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

Shades of Blackberry #450820

Tints of Blackberry #450820

Color information

#450820 (or 0x450820) is unknown color: approx Blackberry. HEX triplet: 45, 08 and 20. RGB value is (69,8,32). Sum of RGB (Red+Green+Blue) = 69+8+32=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #450820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450820 is #BAF7DF. Grayscale: #1C1C1C. Windows color (decimal): -12253152 or 2099269. OLE color: 2099269.

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

Color convert

RGB69832-
CMYK00.880.540.73
HSL336.39º79.22%15.1%-
HSV(B)336.39º88.41%27.06%-
XYZ2.81.541.52-
YUV28.98129.71156.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 63.30%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=63.30%
G=7.34%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6983200.880.540.73336.3979.2215.1
Hex4582005836491504ff
Octal105104001306611152011717
Binary1000101100010000001011000110110100100110101000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450820; }

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

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

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

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

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

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

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

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