#450539

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

Shades of Blackberry #450539

Tints of Blackberry #450539

Color information

#450539 (or 0x450539) is unknown color: approx Blackberry. HEX triplet: 45, 05 and 39. RGB value is (69,5,57). Sum of RGB (Red+Green+Blue) = 69+5+57=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #450539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450539 is #BAFAC6. Grayscale: #1D1D1D. Windows color (decimal): -12253895 or 3736901. OLE color: 3736901.

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

Color convert

RGB69557-
CMYK00.930.170.73
HSL311.25º86.49%14.51%-
HSV(B)311.25º92.75%27.06%-
XYZ3.251.674.02-
YUV30.06143.2155.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.67%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 57 (22.66% from 255) = 43.51%
R=52.67%
G=3.82%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6955700.930.170.73311.2586.4914.51
Hex4553905D114913756f
Octal10557101352111146712617
Binary10001011011110010101110110001100100110011011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450539; }

 p { color: rgb(69,5,57); }

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

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

 a { background-color: rgb(69,5,57); }

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

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

 span { border-color: rgb(69,5,57); }

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