#451839

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

Shades of Blackberry #451839

Tints of Blackberry #451839

Color information

#451839 (or 0x451839) is unknown color: approx Blackberry. HEX triplet: 45, 18 and 39. RGB value is (69,24,57). Sum of RGB (Red+Green+Blue) = 69+24+57=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #451839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451839 is #BAE7C6. Grayscale: #292929. Windows color (decimal): -12249031 or 3741765. OLE color: 3741765.

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

Color convert

RGB692457-
CMYK00.650.170.73
HSL316º48.39%18.24%-
HSV(B)316º65.22%27.06%-
XYZ3.522.214.11-
YUV41.22136.91147.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 57 (22.66% from 255) = 38%
R=46%
G=16%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69245700.650.170.7331648.3918.24
Hex451839041114913c3012
Octal10530710101211114746022
Binary1000101110001110010100000110001100100110011110011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451839; }

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

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

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

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

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

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

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

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