#450E31

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

Shades of Blackberry #450E31

Tints of Blackberry #450E31

Color information

#450E31 (or 0x450E31) is unknown color: approx Blackberry. HEX triplet: 45, 0E and 31. RGB value is (69,14,49). Sum of RGB (Red+Green+Blue) = 69+14+49=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #450E31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450E31 is #BAF1CE. Grayscale: #222222. Windows color (decimal): -12251599 or 3214917. OLE color: 3214917.

HSL color Cylindrical-coordinate representation of color #450E31: hue angle of 321.82º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #450E31 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB691449-
CMYK00.800.290.73
HSL321.82º66.27%16.27%-
HSV(B)321.82º79.71%27.06%-
XYZ3.171.83.09-
YUV34.44136.22152.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.27%
GREEN value IS 14 (5.86% from 255) = 10.61%
BLUE value IS 49 (19.53% from 255) = 37.12%
R=52.27%
G=10.61%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69144900.800.290.73321.8266.2716.27
Hex45E310501D491424210
Octal105166101203511150210220
Binary1000101111011000101010000111011001001101000010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450E31; }

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

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

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

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

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

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

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

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