#451229

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

Shades of Blackberry #451229

Tints of Blackberry #451229

Color information

#451229 (or 0x451229) is unknown color: approx Blackberry. HEX triplet: 45, 12 and 29. RGB value is (69,18,41). Sum of RGB (Red+Green+Blue) = 69+18+41=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #451229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451229 is #BAEDD6. Grayscale: #232323. Windows color (decimal): -12250583 or 2691653. OLE color: 2691653.

HSL color Cylindrical-coordinate representation of color #451229: hue angle of 332.94º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451229 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB691841-
CMYK00.740.410.73
HSL332.94º58.62%17.06%-
HSV(B)332.94º73.91%27.06%-
XYZ3.071.862.29-
YUV35.87130.9151.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.91%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=53.91%
G=14.06%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69184100.740.410.73332.9458.6217.06
Hex45122904A294914d3b11
Octal10522510112511115157321
Binary10001011001010100101001010101001100100110100110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451229; }

 p { color: rgb(69,18,41); }

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

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

 a { background-color: rgb(69,18,41); }

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

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

 span { border-color: rgb(69,18,41); }

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