#451137

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

Shades of Blackberry #451137

Tints of Blackberry #451137

Color information

#451137 (or 0x451137) is unknown color: approx Blackberry. HEX triplet: 45, 11 and 37. RGB value is (69,17,55). Sum of RGB (Red+Green+Blue) = 69+17+55=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #451137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451137 is #BAEEC8. Grayscale: #242424. Windows color (decimal): -12250825 or 3608901. OLE color: 3608901.

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

Color convert

RGB691755-
CMYK00.750.200.73
HSL316.15º60.47%16.86%-
HSV(B)316.15º75.36%27.06%-
XYZ3.341.943.81-
YUV36.88138.23150.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 55 (21.88% from 255) = 39.01%
R=48.94%
G=12.06%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69175500.750.200.73316.1560.4716.86
Hex45113704B144913c3c11
Octal10521670113241114747421
Binary1000101100011101110100101110100100100110011110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451137; }

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

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

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

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

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

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

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

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