#21130C

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

Shades of Wood Bark #21130C

Tints of Wood Bark #21130C

Color information

#21130C (or 0x21130C) is unknown color: approx Wood Bark. HEX triplet: 21, 13 and 0C. RGB value is (33,19,12). Sum of RGB (Red+Green+Blue) = 33+19+12=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #21130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21130C is #DEECF3. Grayscale: #161616. Windows color (decimal): -14609652 or 791329. OLE color: 791329.

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

Color convert

RGB331912-
CMYK00.420.640.87
HSL20º46.67%8.82%-
HSV(B)20º63.64%12.94%-
XYZ0.930.820.46-
YUV22.39122.14135.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 51.56%
GREEN value IS 19 (7.81% from 255) = 29.69%
BLUE value IS 12 (5.08% from 255) = 18.75%
R=51.56%
G=29.69%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33191200.420.640.872046.678.82
Hex2113C02A4057142f9
Octal412314052100127245711
Binary100001100111100010101010000001010111101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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