#440222

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

Shades of Blackberry #440222

Tints of Blackberry #440222

Color information

#440222 (or 0x440222) is unknown color: approx Blackberry. HEX triplet: 44, 02 and 22. RGB value is (68,2,34). Sum of RGB (Red+Green+Blue) = 68+2+34=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #440222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440222 is #BBFDDD. Grayscale: #191919. Windows color (decimal): -12320222 or 2228804. OLE color: 2228804.

HSL color Cylindrical-coordinate representation of color #440222: hue angle of 330.91º 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 #440222 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB68234-
CMYK00.970.500.73
HSL330.91º94.29%13.73%-
HSV(B)330.91º97.06%26.67%-
XYZ2.691.391.64-
YUV25.38132.87158.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 65.38%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 34 (13.67% from 255) = 32.69%
R=65.38%
G=1.92%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6823400.970.500.73330.9194.2913.73
Hex44222061324914b5ee
Octal10424201416211151313616
Binary10001001010001001100001110010100100110100101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440222; }

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

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

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

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

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

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

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

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