#451939

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

Shades of Blackberry #451939

Tints of Blackberry #451939

Color information

#451939 (or 0x451939) is unknown color: approx Blackberry. HEX triplet: 45, 19 and 39. RGB value is (69,25,57). Sum of RGB (Red+Green+Blue) = 69+25+57=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #451939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451939 is #BAE6C6. Grayscale: #292929. Windows color (decimal): -12248775 or 3742021. OLE color: 3742021.

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

Color convert

RGB692557-
CMYK00.640.170.73
HSL316.36º46.81%18.43%-
HSV(B)316.36º63.77%27.06%-
XYZ3.542.264.12-
YUV41.8136.58147.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.70%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 57 (22.66% from 255) = 37.75%
R=45.70%
G=16.56%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69255700.640.170.73316.3646.8118.43
Hex451939040114913c2f12
Octal10531710100211114745722
Binary1000101110011110010100000010001100100110011110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451939; }

 p { color: rgb(69,25,57); }

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

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

 a { background-color: rgb(69,25,57); }

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

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

 span { border-color: rgb(69,25,57); }

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