#450120

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

Shades of Blackberry #450120

Tints of Blackberry #450120

Color information

#450120 (or 0x450120) is unknown color: approx Blackberry. HEX triplet: 45, 01 and 20. RGB value is (69,1,32). Sum of RGB (Red+Green+Blue) = 69+1+32=102 (13% of max value = 765). Red value is 69 (27.34% from 255 or 67.65% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 69 - color contains mainly: red. Hex color #450120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450120 is #BAFEDF. Grayscale: #181818. Windows color (decimal): -12254944 or 2097477. OLE color: 2097477.

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

Color convert

RGB69132-
CMYK00.990.540.73
HSL332.65º97.14%13.73%-
HSV(B)332.65º98.55%27.06%-
XYZ2.731.391.49-
YUV24.87132.03159.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 67.65%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 32 (12.89% from 255) = 31.37%
R=67.65%
G=0.98%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6913200.990.540.73332.6597.1413.73
Hex45120063364914d61e
Octal10514001436611151514116
Binary1000101110000001100011110110100100110100110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450120; }

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

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

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

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

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

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

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

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