#221002

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

Shades of Wood Bark #221002

Tints of Wood Bark #221002

Color information

#221002 (or 0x221002) is unknown color: approx Wood Bark. HEX triplet: 22, 10 and 02. RGB value is (34,16,2). Sum of RGB (Red+Green+Blue) = 34+16+2=52 (6% of max value = 765). Red value is 34 (13.67% from 255 or 65.38% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 34 - color contains mainly: red. Hex color #221002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221002 is #DDEFFD. Grayscale: #131313. Windows color (decimal): -14544894 or 135202. OLE color: 135202.

HSL color Cylindrical-coordinate representation of color #221002: hue angle of 26.25º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #221002 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB34162-
CMYK00.530.940.87
HSL26.25º88.89%7.06%-
HSV(B)26.25º94.12%13.33%-
XYZ0.860.720.15-
YUV19.79117.96138.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 65.38%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 2 (1.17% from 255) = 3.85%
R=65.38%
G=30.77%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3416200.530.940.8726.2588.897.06
Hex221020355E571a597
Octal42202065136127321317
Binary1000101000010011010110111101010111110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221002; }

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

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

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

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

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

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

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

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