#441A31

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

Shades of Blackberry #441A31

Tints of Blackberry #441A31

Color information

#441A31 (or 0x441A31) is unknown color: approx Blackberry. HEX triplet: 44, 1A and 31. RGB value is (68,26,49). Sum of RGB (Red+Green+Blue) = 68+26+49=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #441A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A31 is #BBE5CE. Grayscale: #292929. Windows color (decimal): -12314063 or 3217988. OLE color: 3217988.

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

Color convert

RGB682649-
CMYK00.620.280.73
HSL327.14º44.68%18.43%-
HSV(B)327.14º61.76%26.67%-
XYZ3.312.193.15-
YUV41.18132.41147.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 26 (10.55% from 255) = 18.18%
BLUE value IS 49 (19.53% from 255) = 34.27%
R=47.55%
G=18.18%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68264900.620.280.73327.1444.6818.43
Hex441A3103E1C491472d12
Octal1043261076341115075522
Binary100010011010110001011111011100100100110100011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,26,49); }

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

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

 a { background-color: rgb(68,26,49); }

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

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

 span { border-color: rgb(68,26,49); }

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