#441535

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

Shades of Blackberry #441535

Tints of Blackberry #441535

Color information

#441535 (or 0x441535) is unknown color: approx Blackberry. HEX triplet: 44, 15 and 35. RGB value is (68,21,53). Sum of RGB (Red+Green+Blue) = 68+21+53=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #441535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441535 is #BBEACA. Grayscale: #262626. Windows color (decimal): -12315339 or 3478852. OLE color: 3478852.

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

Color convert

RGB682153-
CMYK00.690.220.73
HSL319.15º52.81%17.45%-
HSV(B)319.15º69.12%26.67%-
XYZ3.292.023.58-
YUV38.7136.07148.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.89%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=47.89%
G=14.79%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68215300.690.220.73319.1552.8117.45
Hex441535045164913f3511
Octal10425650105261114776521
Binary1000100101011101010100010110110100100110011111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441535; }

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

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

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

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

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

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

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

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