#451831

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

Shades of Blackberry #451831

Tints of Blackberry #451831

Color information

#451831 (or 0x451831) is unknown color: approx Blackberry. HEX triplet: 45, 18 and 31. RGB value is (69,24,49). Sum of RGB (Red+Green+Blue) = 69+24+49=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #451831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451831 is #BAE7CE. Grayscale: #282828. Windows color (decimal): -12249039 or 3217477. OLE color: 3217477.

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

Color convert

RGB692449-
CMYK00.650.290.73
HSL326.67º48.39%18.24%-
HSV(B)326.67º65.22%27.06%-
XYZ3.342.143.14-
YUV40.3132.91148.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 49 (19.53% from 255) = 34.51%
R=48.59%
G=16.90%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69244900.650.290.73326.6748.3918.24
Hex4518310411D491473012
Octal10530610101351115076022
Binary1000101110001100010100000111101100100110100011111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451831; }

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

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

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

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

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

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

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

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