#451A32

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

Shades of Blackberry #451A32

Tints of Blackberry #451A32

Color information

#451A32 (or 0x451A32) is unknown color: approx Blackberry. HEX triplet: 45, 1A and 32. RGB value is (69,26,50). Sum of RGB (Red+Green+Blue) = 69+26+50=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #451A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A32 is #BAE5CD. Grayscale: #292929. Windows color (decimal): -12248526 or 3283525. OLE color: 3283525.

HSL color Cylindrical-coordinate representation of color #451A32: hue angle of 326.51º 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 #451A32 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB692650-
CMYK00.620.280.73
HSL326.51º45.26%18.63%-
HSV(B)326.51º62.32%27.06%-
XYZ3.42.233.27-
YUV41.59132.75147.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.59%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 50 (19.92% from 255) = 34.48%
R=47.59%
G=17.93%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69265000.620.280.73326.5145.2618.63
Hex451A3203E1C491472d13
Octal1053262076341115075523
Binary100010111010110010011111011100100100110100011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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