#44061D

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

Shades of Blackberry #44061D

Tints of Blackberry #44061D

Color information

#44061D (or 0x44061D) is unknown color: approx Blackberry. HEX triplet: 44, 06 and 1D. RGB value is (68,6,29). Sum of RGB (Red+Green+Blue) = 68+6+29=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #44061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44061D is #BBF9E2. Grayscale: #1B1B1B. Windows color (decimal): -12319203 or 1902148. OLE color: 1902148.

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

Color convert

RGB68629-
CMYK00.910.570.73
HSL337.74º83.78%14.51%-
HSV(B)337.74º91.18%26.67%-
XYZ2.671.451.3-
YUV27.16129.04157.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.02%
GREEN value IS 6 (2.73% from 255) = 5.83%
BLUE value IS 29 (11.72% from 255) = 28.16%
R=66.02%
G=5.83%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6862900.910.570.73337.7483.7814.51
Hex4461D05B394915254f
Octal10463501337111152212417
Binary10001001101110101011011111001100100110101001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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