#44041C

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

Shades of Blackberry #44041C

Tints of Blackberry #44041C

Color information

#44041C (or 0x44041C) is unknown color: approx Blackberry. HEX triplet: 44, 04 and 1C. RGB value is (68,4,28). Sum of RGB (Red+Green+Blue) = 68+4+28=100 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 68 - color contains mainly: red. Hex color #44041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44041C is #BBFBE3. Grayscale: #191919. Windows color (decimal): -12319716 or 1836100. OLE color: 1836100.

HSL color Cylindrical-coordinate representation of color #44041C: hue angle of 337.5º 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 #44041C is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB68428-
CMYK00.940.590.73
HSL337.5º88.89%14.12%-
HSV(B)337.5º94.12%26.67%-
XYZ2.641.41.23-
YUV25.87129.2158.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 68%
GREEN value IS 4 (1.95% from 255) = 4%
BLUE value IS 28 (11.33% from 255) = 28%
R=68%
G=4%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6842800.940.590.73337.588.8914.12
Hex4441C05E3B4915259e
Octal10443401367311152213116
Binary10001001001110001011110111011100100110101001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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