#451D37

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

Shades of Blackberry #451D37

Tints of Blackberry #451D37

Color information

#451D37 (or 0x451D37) is unknown color: approx Blackberry. HEX triplet: 45, 1D and 37. RGB value is (69,29,55). Sum of RGB (Red+Green+Blue) = 69+29+55=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #451D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D37 is #BAE2C8. Grayscale: #2B2B2B. Windows color (decimal): -12247753 or 3611973. OLE color: 3611973.

HSL color Cylindrical-coordinate representation of color #451D37: hue angle of 321º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #451D37 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB692955-
CMYK00.580.200.73
HSL321º40.82%19.22%-
HSV(B)321º57.97%27.06%-
XYZ3.582.423.89-
YUV43.92134.25145.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 55 (21.88% from 255) = 35.95%
R=45.10%
G=18.95%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69295500.580.200.7332140.8219.22
Hex451D3703A14491412913
Octal1053567072241115015123
Binary100010111101110111011101010100100100110100000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451D37; }

 p { color: rgb(69,29,55); }

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

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

 a { background-color: rgb(69,29,55); }

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

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

 span { border-color: rgb(69,29,55); }

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