#22130B

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

Shades of Wood Bark #22130B

Tints of Wood Bark #22130B

Color information

#22130B (or 0x22130B) is unknown color: approx Wood Bark. HEX triplet: 22, 13 and 0B. RGB value is (34,19,11). Sum of RGB (Red+Green+Blue) = 34+19+11=64 (8% of max value = 765). Red value is 34 (13.67% from 255 or 53.12% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 34 - color contains mainly: red. Hex color #22130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22130B is #DDECF4. Grayscale: #161616. Windows color (decimal): -14544117 or 725794. OLE color: 725794.

HSL color Cylindrical-coordinate representation of color #22130B: hue angle of 20.87º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22130B is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.87.

Color convert

RGB341911-
CMYK00.440.680.87
HSL20.87º51.11%8.82%-
HSV(B)20.87º67.65%13.33%-
XYZ0.950.830.43-
YUV22.57121.47136.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 53.12%
GREEN value IS 19 (7.81% from 255) = 29.69%
BLUE value IS 11 (4.69% from 255) = 17.19%
R=53.12%
G=29.69%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34191100.440.680.8720.8751.118.82
Hex2213B02C445715339
Octal422313054104127256311
Binary100010100111011010110010001001010111101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22130B; }

 p { color: rgb(34,19,11); }

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

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

 a { background-color: rgb(34,19,11); }

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

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

 span { border-color: rgb(34,19,11); }

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