#44041D

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

Shades of Blackberry #44041D

Tints of Blackberry #44041D

Color information

#44041D (or 0x44041D) is unknown color: approx Blackberry. HEX triplet: 44, 04 and 1D. RGB value is (68,4,29). Sum of RGB (Red+Green+Blue) = 68+4+29=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #44041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44041D is #BBFBE2. Grayscale: #191919. Windows color (decimal): -12319715 or 1901636. OLE color: 1901636.

HSL color Cylindrical-coordinate representation of color #44041D: hue angle of 336.56º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44041D is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB68429-
CMYK00.940.570.73
HSL336.56º88.89%14.12%-
HSV(B)336.56º94.12%26.67%-
XYZ2.651.41.29-
YUV25.99129.7157.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 67.33%
GREEN value IS 4 (1.95% from 255) = 3.96%
BLUE value IS 29 (11.72% from 255) = 28.71%
R=67.33%
G=3.96%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6842900.940.570.73336.5688.8914.12
Hex4441D05E394915159e
Octal10443501367111152113116
Binary10001001001110101011110111001100100110101000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44041D; }

 p { color: rgb(68,4,29); }

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

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

 a { background-color: rgb(68,4,29); }

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

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

 span { border-color: rgb(68,4,29); }

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