#21140B

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

Shades of Wood Bark #21140B

Tints of Wood Bark #21140B

Color information

#21140B (or 0x21140B) is unknown color: approx Wood Bark. HEX triplet: 21, 14 and 0B. RGB value is (33,20,11). Sum of RGB (Red+Green+Blue) = 33+20+11=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #21140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21140B is #DEEBF4. Grayscale: #161616. Windows color (decimal): -14609397 or 726049. OLE color: 726049.

HSL color Cylindrical-coordinate representation of color #21140B: hue angle of 24.55º 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 #21140B is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB332011-
CMYK00.390.670.87
HSL24.55º50%8.63%-
HSV(B)24.55º66.67%12.94%-
XYZ0.940.850.43-
YUV22.86121.31135.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 51.56%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 11 (4.69% from 255) = 17.19%
R=51.56%
G=31.25%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33201100.390.670.8724.55508.63
Hex2114B027435719329
Octal412413047103127316211
Binary100001101001011010011110000111010111110011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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