#451629

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

Shades of Blackberry #451629

Tints of Blackberry #451629

Color information

#451629 (or 0x451629) is unknown color: approx Blackberry. HEX triplet: 45, 16 and 29. RGB value is (69,22,41). Sum of RGB (Red+Green+Blue) = 69+22+41=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #451629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451629 is #BAE9D6. Grayscale: #262626. Windows color (decimal): -12249559 or 2692677. OLE color: 2692677.

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

Color convert

RGB692241-
CMYK00.680.410.73
HSL335.74º51.65%17.84%-
HSV(B)335.74º68.12%27.06%-
XYZ3.1422.32-
YUV38.22129.57149.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.27%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=52.27%
G=16.67%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69224100.680.410.73335.7451.6517.84
Hex45162904429491503412
Octal10526510104511115206422
Binary10001011011010100101000100101001100100110101000011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451629; }

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

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

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

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

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

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

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

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