#450533

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

Shades of Blackberry #450533

Tints of Blackberry #450533

Color information

#450533 (or 0x450533) is unknown color: approx Blackberry. HEX triplet: 45, 05 and 33. RGB value is (69,5,51). Sum of RGB (Red+Green+Blue) = 69+5+51=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #450533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450533 is #BAFACC. Grayscale: #1D1D1D. Windows color (decimal): -12253901 or 3343685. OLE color: 3343685.

HSL color Cylindrical-coordinate representation of color #450533: hue angle of 316.88º 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 #450533 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB69551-
CMYK00.930.260.73
HSL316.88º86.49%14.51%-
HSV(B)316.88º92.75%27.06%-
XYZ3.111.613.28-
YUV29.38140.2156.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.2%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 51 (20.31% from 255) = 40.8%
R=55.2%
G=4%
B=40.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6955100.930.260.73316.8886.4914.51
Hex4553305D1A4913d56f
Octal10556301353211147512617
Binary10001011011100110101110111010100100110011110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450533; }

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

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

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

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

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

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

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

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