#441A2C

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

Shades of Blackberry #441A2C

Tints of Blackberry #441A2C

Color information

#441A2C (or 0x441A2C) is unknown color: approx Blackberry. HEX triplet: 44, 1A and 2C. RGB value is (68,26,44). Sum of RGB (Red+Green+Blue) = 68+26+44=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #441A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A2C is #BBE5D3. Grayscale: #282828. Windows color (decimal): -12314068 or 2890308. OLE color: 2890308.

HSL color Cylindrical-coordinate representation of color #441A2C: hue angle of 334.29º 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 #441A2C is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB682644-
CMYK00.620.350.73
HSL334.29º44.68%18.43%-
HSV(B)334.29º61.76%26.67%-
XYZ3.212.152.63-
YUV40.61129.91147.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.28%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=49.28%
G=18.84%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68264400.620.350.73334.2944.6818.43
Hex441A2C03E234914e2d12
Octal1043254076431115165522
Binary1000100110101011000111110100011100100110100111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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