#210E01

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

Shades of Wood Bark #210E01

Tints of Wood Bark #210E01

Color information

#210E01 (or 0x210E01) is unknown color: approx Wood Bark. HEX triplet: 21, 0E and 01. RGB value is (33,14,1). Sum of RGB (Red+Green+Blue) = 33+14+1=48 (6% of max value = 765). Red value is 33 (13.28% from 255 or 68.75% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 33 - color contains mainly: red. Hex color #210E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E01 is #DEF1FE. Grayscale: #121212. Windows color (decimal): -14610943 or 69153. OLE color: 69153.

HSL color Cylindrical-coordinate representation of color #210E01: hue angle of 24.37º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210E01 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB33141-
CMYK00.580.970.87
HSL24.37º94.12%6.67%-
HSV(B)24.37º96.97%12.94%-
XYZ0.790.640.11-
YUV18.2118.29138.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 68.75%
GREEN value IS 14 (5.86% from 255) = 29.17%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=68.75%
G=29.17%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3314100.580.970.8724.3794.126.67
Hex21E103A6157185e7
Octal41161072141127301367
Binary10000111101011101011000011010111110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210E01; }

 p { color: rgb(33,14,1); }

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

<style>
 a { background-color: #210E01; }

 a { background-color: rgb(33,14,1); }

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

<style>
 span { border-color: #210E01; }

 span { border-color: rgb(33,14,1); }

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