#450531

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

Shades of Blackberry #450531

Tints of Blackberry #450531

Color information

#450531 (or 0x450531) is unknown color: approx Blackberry. HEX triplet: 45, 05 and 31. RGB value is (69,5,49). Sum of RGB (Red+Green+Blue) = 69+5+49=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #450531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450531 is #BAFACE. Grayscale: #1D1D1D. Windows color (decimal): -12253903 or 3212613. OLE color: 3212613.

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

Color convert

RGB69549-
CMYK00.930.290.73
HSL318.75º86.49%14.51%-
HSV(B)318.75º92.75%27.06%-
XYZ3.061.63.05-
YUV29.15139.2156.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.10%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=56.10%
G=4.07%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6954900.930.290.73318.7586.4914.51
Hex4553105D1D4913f56f
Octal10556101353511147712617
Binary10001011011100010101110111101100100110011111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450531; }

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

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

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

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

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

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

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

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