#44081F

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

Shades of Blackberry #44081F

Tints of Blackberry #44081F

Color information

#44081F (or 0x44081F) is unknown color: approx Blackberry. HEX triplet: 44, 08 and 1F. RGB value is (68,8,31). Sum of RGB (Red+Green+Blue) = 68+8+31=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #44081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44081F is #BBF7E0. Grayscale: #1C1C1C. Windows color (decimal): -12318689 or 2033732. OLE color: 2033732.

HSL color Cylindrical-coordinate representation of color #44081F: hue angle of 337º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44081F is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB68831-
CMYK00.880.540.73
HSL337º78.95%14.9%-
HSV(B)337º88.24%26.67%-
XYZ2.721.51.44-
YUV28.56129.38156.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 63.55%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=63.55%
G=7.48%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6883100.880.540.7333778.9514.9
Hex4481F05836491514ff
Octal104103701306611152111717
Binary100010010001111101011000110110100100110101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44081F; }

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

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

<style>
 a { background-color: #44081F; }

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

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

<style>
 span { border-color: #44081F; }

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

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