#451F39

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

Shades of Blackberry #451F39

Tints of Blackberry #451F39

Color information

#451F39 (or 0x451F39) is unknown color: approx Blackberry. HEX triplet: 45, 1F and 39. RGB value is (69,31,57). Sum of RGB (Red+Green+Blue) = 69+31+57=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #451F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451F39 is #BAE0C6. Grayscale: #2D2D2D. Windows color (decimal): -12247239 or 3743557. OLE color: 3743557.

HSL color Cylindrical-coordinate representation of color #451F39: hue angle of 318.95º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #451F39 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB693157-
CMYK00.550.170.73
HSL318.95º38%19.61%-
HSV(B)318.95º55.07%27.06%-
XYZ3.682.544.17-
YUV45.33134.59144.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 31 (12.5% from 255) = 19.75%
BLUE value IS 57 (22.66% from 255) = 36.31%
R=43.95%
G=19.75%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69315700.550.170.73318.953819.61
Hex451F39037114913f2614
Octal1053771067211114774624
Binary100010111111111001011011110001100100110011111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,31,57); }

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

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

 a { background-color: rgb(69,31,57); }

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

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

 span { border-color: rgb(69,31,57); }

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