Html Css Color HEX #210E01 Wood Bark

📋 copy color: '#210E01'

red 33 ◦ green 14 ◦ blue 1

#210E01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #210E01

Tints of Wood Bark #210E01

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 value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#210E01 (or 0x210E01) is known color: 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.38º 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

RGB 33 14 1 -
CMYK 0 0.58 0.97 0.87
HSL 24.38º 0.94% 0.07% -
HSV(B) 24.38º 0.97% 0.13% -
XYZ 0.79 0.64 0.11 -
YUV 18.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 33 14 1 0 0.58 0.97 0.87 24.38 0.94 0.07
Hex 21 E 1 0 3A 61 57 18 5E 7
Octal 41 16 1 0 72 141 127 30 136 7
Binary 100001 1110 1 0 111010 1100001 1010111 11000 1011110 111

Color Harmonies of #210E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210E01

Black with #210E01

Text Example


Text Example

White with #210E01

Text Example


Text Example

HTML Codes & Css Web 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>