#441939

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

Shades of Blackberry #441939

Tints of Blackberry #441939

Color information

#441939 (or 0x441939) is unknown color: approx Blackberry. HEX triplet: 44, 19 and 39. RGB value is (68,25,57). Sum of RGB (Red+Green+Blue) = 68+25+57=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #441939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441939 is #BBE6C6. Grayscale: #292929. Windows color (decimal): -12314311 or 3742020. OLE color: 3742020.

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

Color convert

RGB682557-
CMYK00.630.160.73
HSL315.35º46.24%18.24%-
HSV(B)315.35º63.24%26.67%-
XYZ3.472.224.12-
YUV41.5136.75146.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.33%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 57 (22.66% from 255) = 38%
R=45.33%
G=16.67%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68255700.630.160.73315.3546.2418.24
Hex44193903F104913b2e12
Octal1043171077201114735622
Binary100010011001111001011111110000100100110011101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441939; }

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

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

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

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

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

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

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

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