#451429

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

Shades of Blackberry #451429

Tints of Blackberry #451429

Color information

#451429 (or 0x451429) is unknown color: approx Blackberry. HEX triplet: 45, 14 and 29. RGB value is (69,20,41). Sum of RGB (Red+Green+Blue) = 69+20+41=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #451429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451429 is #BAEBD6. Grayscale: #252525. Windows color (decimal): -12250071 or 2692165. OLE color: 2692165.

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

Color convert

RGB692041-
CMYK00.710.410.73
HSL334.29º55.06%17.45%-
HSV(B)334.29º71.01%27.06%-
XYZ3.11.932.31-
YUV37.04130.23150.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.08%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=53.08%
G=15.38%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69204100.710.410.73334.2955.0617.45
Hex451429047294914e3711
Octal10524510107511115166721
Binary10001011010010100101000111101001100100110100111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451429; }

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

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

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

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

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

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

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

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