#450431

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

Shades of Blackberry #450431

Tints of Blackberry #450431

Color information

#450431 (or 0x450431) is unknown color: approx Blackberry. HEX triplet: 45, 04 and 31. RGB value is (69,4,49). Sum of RGB (Red+Green+Blue) = 69+4+49=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #450431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450431 is #BAFBCE. Grayscale: #1C1C1C. Windows color (decimal): -12254159 or 3212357. OLE color: 3212357.

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

Color convert

RGB69449-
CMYK00.940.290.73
HSL318.46º89.04%14.31%-
HSV(B)318.46º94.2%27.06%-
XYZ3.051.573.05-
YUV28.56139.53156.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.56%
GREEN value IS 4 (1.95% from 255) = 3.28%
BLUE value IS 49 (19.53% from 255) = 40.16%
R=56.56%
G=3.28%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6944900.940.290.73318.4689.0414.31
Hex4543105E1D4913e59e
Octal10546101363511147613116
Binary10001011001100010101111011101100100110011111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450431; }

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

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

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

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

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

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

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

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