#44021D

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

Shades of Blackberry #44021D

Tints of Blackberry #44021D

Color information

#44021D (or 0x44021D) is unknown color: approx Blackberry. HEX triplet: 44, 02 and 1D. RGB value is (68,2,29). Sum of RGB (Red+Green+Blue) = 68+2+29=99 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68.69% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 68 - color contains mainly: red. Hex color #44021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44021D is #BBFDE2. Grayscale: #181818. Windows color (decimal): -12320227 or 1901124. OLE color: 1901124.

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

Color convert

RGB68229-
CMYK00.970.570.73
HSL335.45º94.29%13.73%-
HSV(B)335.45º97.06%26.67%-
XYZ2.631.361.29-
YUV24.81130.37158.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 68.69%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=68.69%
G=2.02%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6822900.970.570.73335.4594.2913.73
Hex4421D061394914f5ee
Octal10423501417111151713616
Binary1000100101110101100001111001100100110100111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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