#441F39

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

Shades of Blackberry #441F39

Tints of Blackberry #441F39

Color information

#441F39 (or 0x441F39) is unknown color: approx Blackberry. HEX triplet: 44, 1F and 39. RGB value is (68,31,57). Sum of RGB (Red+Green+Blue) = 68+31+57=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #441F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441F39 is #BBE0C6. Grayscale: #2C2C2C. Windows color (decimal): -12312775 or 3743556. OLE color: 3743556.

HSL color Cylindrical-coordinate representation of color #441F39: hue angle of 317.84º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #441F39 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB683157-
CMYK00.540.160.73
HSL317.84º37.37%19.41%-
HSV(B)317.84º54.41%26.67%-
XYZ3.612.54.16-
YUV45.03134.76144.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 31 (12.5% from 255) = 19.87%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=43.59%
G=19.87%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68315700.540.160.73317.8437.3719.41
Hex441F39036104913e2513
Octal1043771066201114764523
Binary100010011111111001011011010000100100110011111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441F39; }

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

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

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

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

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

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

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

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