#450837

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

Shades of Blackberry #450837

Tints of Blackberry #450837

Color information

#450837 (or 0x450837) is unknown color: approx Blackberry. HEX triplet: 45, 08 and 37. RGB value is (69,8,55). Sum of RGB (Red+Green+Blue) = 69+8+55=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #450837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450837 is #BAF7C8. Grayscale: #1F1F1F. Windows color (decimal): -12253129 or 3606597. OLE color: 3606597.

HSL color Cylindrical-coordinate representation of color #450837: hue angle of 313.77º 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 #450837 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB69855-
CMYK00.880.200.73
HSL313.77º79.22%15.1%-
HSV(B)313.77º88.41%27.06%-
XYZ3.231.713.78-
YUV31.6141.21154.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.27%
GREEN value IS 8 (3.52% from 255) = 6.06%
BLUE value IS 55 (21.88% from 255) = 41.67%
R=52.27%
G=6.06%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6985500.880.200.73313.7779.2215.1
Hex45837058144913a4ff
Octal105106701302411147211717
Binary100010110001101110101100010100100100110011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450837; }

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

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

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

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

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

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

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

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