#441936

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

Shades of Blackberry #441936

Tints of Blackberry #441936

Color information

#441936 (or 0x441936) is unknown color: approx Blackberry. HEX triplet: 44, 19 and 36. RGB value is (68,25,54). Sum of RGB (Red+Green+Blue) = 68+25+54=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #441936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441936 is #BBE6C9. Grayscale: #292929. Windows color (decimal): -12314314 or 3545412. OLE color: 3545412.

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

Color convert

RGB682554-
CMYK00.630.210.73
HSL319.53º46.24%18.24%-
HSV(B)319.53º63.24%26.67%-
XYZ3.42.193.73-
YUV41.16135.25147.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.26%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 54 (21.48% from 255) = 36.73%
R=46.26%
G=17.01%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68255400.630.210.73319.5346.2418.24
Hex44193603F15491402e12
Octal1043166077251115005622
Binary100010011001110110011111110101100100110100000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441936; }

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

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

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

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

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

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

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

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