#441638

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

Shades of Blackberry #441638

Tints of Blackberry #441638

Color information

#441638 (or 0x441638) is unknown color: approx Blackberry. HEX triplet: 44, 16 and 38. RGB value is (68,22,56). Sum of RGB (Red+Green+Blue) = 68+22+56=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #441638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441638 is #BBE9C7. Grayscale: #272727. Windows color (decimal): -12315080 or 3675716. OLE color: 3675716.

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

Color convert

RGB682256-
CMYK00.680.180.73
HSL315.65º51.11%17.65%-
HSV(B)315.65º67.65%26.67%-
XYZ3.382.093.97-
YUV39.63137.24148.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 56 (22.27% from 255) = 38.36%
R=46.58%
G=15.07%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68225600.680.180.73315.6551.1117.65
Hex441638044124913c3312
Octal10426700104221114746322
Binary1000100101101110000100010010010100100110011110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441638; }

 p { color: rgb(68,22,56); }

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

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

 a { background-color: rgb(68,22,56); }

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

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

 span { border-color: rgb(68,22,56); }

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