#450829

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

Shades of Blackberry #450829

Tints of Blackberry #450829

Color information

#450829 (or 0x450829) is unknown color: approx Blackberry. HEX triplet: 45, 08 and 29. RGB value is (69,8,41). Sum of RGB (Red+Green+Blue) = 69+8+41=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #450829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450829 is #BAF7D6. Grayscale: #1D1D1D. Windows color (decimal): -12253143 or 2689093. OLE color: 2689093.

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

Color convert

RGB69841-
CMYK00.880.410.73
HSL327.54º79.22%15.1%-
HSV(B)327.54º88.41%27.06%-
XYZ2.941.62.25-
YUV30134.21155.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.47%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 41 (16.41% from 255) = 34.75%
R=58.47%
G=6.78%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6984100.880.410.73327.5479.2215.1
Hex4582905829491484ff
Octal105105101305111151011717
Binary1000101100010100101011000101001100100110100100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450829; }

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

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

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

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

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

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

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

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