#450420

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

Shades of Blackberry #450420

Tints of Blackberry #450420

Color information

#450420 (or 0x450420) is unknown color: approx Blackberry. HEX triplet: 45, 04 and 20. RGB value is (69,4,32). Sum of RGB (Red+Green+Blue) = 69+4+32=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #450420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450420 is #BAFBDF. Grayscale: #1A1A1A. Windows color (decimal): -12254176 or 2098245. OLE color: 2098245.

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

Color convert

RGB69432-
CMYK00.940.540.73
HSL334.15º89.04%14.31%-
HSV(B)334.15º94.2%27.06%-
XYZ2.761.461.5-
YUV26.63131.03158.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 65.71%
GREEN value IS 4 (1.95% from 255) = 3.81%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=65.71%
G=3.81%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6943200.940.540.73334.1589.0414.31
Hex4542005E364914e59e
Octal10544001366611151613116
Binary100010110010000001011110110110100100110100111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450420; }

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

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

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

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

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

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

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

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