#21130B

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

Shades of Wood Bark #21130B

Tints of Wood Bark #21130B

Color information

#21130B (or 0x21130B) is unknown color: approx Wood Bark. HEX triplet: 21, 13 and 0B. RGB value is (33,19,11). Sum of RGB (Red+Green+Blue) = 33+19+11=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #21130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21130B is #DEECF4. Grayscale: #161616. Windows color (decimal): -14609653 or 725793. OLE color: 725793.

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

Color convert

RGB331911-
CMYK00.420.670.87
HSL21.82º50%8.63%-
HSV(B)21.82º66.67%12.94%-
XYZ0.920.810.43-
YUV22.27121.64135.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 52.38%
GREEN value IS 19 (7.81% from 255) = 30.16%
BLUE value IS 11 (4.69% from 255) = 17.46%
R=52.38%
G=30.16%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33191100.420.670.8721.82508.63
Hex2113B02A435716329
Octal412313052103127266211
Binary100001100111011010101010000111010111101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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