#220F03

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

Shades of Wood Bark #220F03

Tints of Wood Bark #220F03

Color information

#220F03 (or 0x220F03) is unknown color: approx Wood Bark. HEX triplet: 22, 0F and 03. RGB value is (34,15,3). Sum of RGB (Red+Green+Blue) = 34+15+3=52 (6% of max value = 765). Red value is 34 (13.67% from 255 or 65.38% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 3 (1.56% from 255 or 5.77% from 52); Max value from RGB is 34 - color contains mainly: red. Hex color #220F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F03 is #DDF0FC. Grayscale: #131313. Windows color (decimal): -14545149 or 200482. OLE color: 200482.

HSL color Cylindrical-coordinate representation of color #220F03: hue angle of 23.23º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220F03 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.87.

Color convert

RGB34153-
CMYK00.560.910.87
HSL23.23º83.78%7.25%-
HSV(B)23.23º91.18%13.33%-
XYZ0.850.690.17-
YUV19.31118.79138.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 65.38%
GREEN value IS 15 (6.25% from 255) = 28.85%
BLUE value IS 3 (1.56% from 255) = 5.77%
R=65.38%
G=28.85%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3415300.560.910.8723.2383.787.25
Hex22F30385B5717547
Octal42173070133127271247
Binary100010111111011100010110111010111101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220F03; }

 p { color: rgb(34,15,3); }

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

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

 a { background-color: rgb(34,15,3); }

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

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

 span { border-color: rgb(34,15,3); }

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