#451131

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

Shades of Blackberry #451131

Tints of Blackberry #451131

Color information

#451131 (or 0x451131) is unknown color: approx Blackberry. HEX triplet: 45, 11 and 31. RGB value is (69,17,49). Sum of RGB (Red+Green+Blue) = 69+17+49=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #451131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451131 is #BAEECE. Grayscale: #242424. Windows color (decimal): -12250831 or 3215685. OLE color: 3215685.

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

Color convert

RGB691749-
CMYK00.750.290.73
HSL323.08º60.47%16.86%-
HSV(B)323.08º75.36%27.06%-
XYZ3.211.893.1-
YUV36.2135.23151.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.11%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=51.11%
G=12.59%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69174900.750.290.73323.0860.4716.86
Hex45113104B1D491433c11
Octal10521610113351115037421
Binary1000101100011100010100101111101100100110100001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451131; }

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

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

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

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

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

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

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

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