#451A31

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

Shades of Blackberry #451A31

Tints of Blackberry #451A31

Color information

#451A31 (or 0x451A31) is unknown color: approx Blackberry. HEX triplet: 45, 1A and 31. RGB value is (69,26,49). Sum of RGB (Red+Green+Blue) = 69+26+49=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #451A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A31 is #BAE5CE. Grayscale: #292929. Windows color (decimal): -12248527 or 3217989. OLE color: 3217989.

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

Color convert

RGB692649-
CMYK00.620.290.73
HSL327.91º45.26%18.63%-
HSV(B)327.91º62.32%27.06%-
XYZ3.382.233.16-
YUV41.48132.25147.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 26 (10.55% from 255) = 18.06%
BLUE value IS 49 (19.53% from 255) = 34.03%
R=47.92%
G=18.06%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69264900.620.290.73327.9145.2618.63
Hex451A3103E1D491482d13
Octal1053261076351115105523
Binary100010111010110001011111011101100100110100100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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