#450629

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

Shades of Blackberry #450629

Tints of Blackberry #450629

Color information

#450629 (or 0x450629) is unknown color: approx Blackberry. HEX triplet: 45, 06 and 29. RGB value is (69,6,41). Sum of RGB (Red+Green+Blue) = 69+6+41=116 (15% of max value = 765). Red value is 69 (27.34% from 255 or 59.48% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 69 - color contains mainly: red. Hex color #450629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450629 is #BAF9D6. Grayscale: #1C1C1C. Windows color (decimal): -12253655 or 2688581. OLE color: 2688581.

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

Color convert

RGB69641-
CMYK00.910.410.73
HSL326.67º84%14.71%-
HSV(B)326.67º91.3%27.06%-
XYZ2.921.562.24-
YUV28.83134.87156.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 59.48%
GREEN value IS 6 (2.73% from 255) = 5.17%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=59.48%
G=5.17%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6964100.910.410.73326.678414.71
Hex4562905B294914754f
Octal10565101335111150712417
Binary100010111010100101011011101001100100110100011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450629; }

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

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

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

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

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

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

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

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