#441539

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

Shades of Blackberry #441539

Tints of Blackberry #441539

Color information

#441539 (or 0x441539) is unknown color: approx Blackberry. HEX triplet: 44, 15 and 39. RGB value is (68,21,57). Sum of RGB (Red+Green+Blue) = 68+21+57=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #441539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441539 is #BBEAC6. Grayscale: #272727. Windows color (decimal): -12315335 or 3740996. OLE color: 3740996.

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

Color convert

RGB682157-
CMYK00.690.160.73
HSL314.04º52.81%17.45%-
HSV(B)314.04º69.12%26.67%-
XYZ3.392.064.09-
YUV39.16138.07148.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=46.58%
G=14.38%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68215700.690.160.73314.0452.8117.45
Hex441539045104913a3511
Octal10425710105201114726521
Binary1000100101011110010100010110000100100110011101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441539; }

 p { color: rgb(68,21,57); }

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

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

 a { background-color: rgb(68,21,57); }

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

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

 span { border-color: rgb(68,21,57); }

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