#441436

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

Shades of Blackberry #441436

Tints of Blackberry #441436

Color information

#441436 (or 0x441436) is unknown color: approx Blackberry. HEX triplet: 44, 14 and 36. RGB value is (68,20,54). Sum of RGB (Red+Green+Blue) = 68+20+54=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #441436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441436 is #BBEBC9. Grayscale: #262626. Windows color (decimal): -12315594 or 3544132. OLE color: 3544132.

HSL color Cylindrical-coordinate representation of color #441436: hue angle of 317.5º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #441436 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB682054-
CMYK00.710.210.73
HSL317.5º54.55%17.25%-
HSV(B)317.5º70.59%26.67%-
XYZ3.323.7-
YUV38.23136.9149.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.89%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 54 (21.48% from 255) = 38.03%
R=47.89%
G=14.08%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68205400.710.210.73317.554.5517.25
Hex441436047154913e3711
Octal10424660107251114766721
Binary1000100101001101100100011110101100100110011111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441436; }

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

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

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

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

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

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

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

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