#441F36

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

Shades of Blackberry #441F36

Tints of Blackberry #441F36

Color information

#441F36 (or 0x441F36) is unknown color: approx Blackberry. HEX triplet: 44, 1F and 36. RGB value is (68,31,54). Sum of RGB (Red+Green+Blue) = 68+31+54=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #441F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441F36 is #BBE0C9. Grayscale: #2C2C2C. Windows color (decimal): -12312778 or 3546948. OLE color: 3546948.

HSL color Cylindrical-coordinate representation of color #441F36: hue angle of 322.7º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #441F36 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB683154-
CMYK00.540.210.73
HSL322.7º37.37%19.41%-
HSV(B)322.7º54.41%26.67%-
XYZ3.542.483.78-
YUV44.68133.26144.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 31 (12.5% from 255) = 20.26%
BLUE value IS 54 (21.48% from 255) = 35.29%
R=44.44%
G=20.26%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68315400.540.210.73322.737.3719.41
Hex441F3603615491432513
Octal1043766066251115034523
Binary100010011111110110011011010101100100110100001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441F36; }

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

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

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

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

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

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

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

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