Html Css Color HEX #0D210C Myrtle

📋 copy color: '#0D210C'

red 13 ◦ green 33 ◦ blue 12

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

Shades of Myrtle #0D210C

Tints of Myrtle #0D210C

RGB

 RED value IS 13 (5.47% from 255) = 22.41%

 GREEN value IS 33 (13.28% from 255) = 56.9%

 BLUE value IS 12 (5.08% from 255) = 20.69%

R = 22.41%
G = 56.9%
B = 20.69%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.87

RGB Variations

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

Color information

#0D210C (or 0x0D210C) is known color: Myrtle. HEX triplet: 0D, 21 and 0C. RGB value is (13,33,12). Sum of RGB (Red+Green+Blue) = 13+33+12=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #0D210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D210C is #F2DEF3. Grayscale: #181818. Windows color (decimal): -15916788 or 794893. OLE color: 794893.

HSL color Cylindrical-coordinate representation of color #0D210C: hue angle of 117.14º 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 #0D210C is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB 13 33 12 -
CMYK 0.61 0 0.64 0.87
HSL 117.14º 0.47% 0.09% -
HSV(B) 117.14º 0.64% 0.13% -
XYZ 0.78 1.2 0.54 -
YUV 24.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 13 33 12 0.61 0 0.64 0.87 117.14 0.47 0.09
Hex D 21 C 3D 0 40 57 75 2F 9
Octal 15 41 14 75 0 100 127 165 57 11
Binary 1101 100001 1100 111101 0 1000000 1010111 1110101 101111 1001

Color Harmonies of #0D210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D210C

Black with #0D210C

Text Example


Text Example

White with #0D210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D210C; }

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

 H1.HeaderClassName
 {
   color: #0D210C;
 }
 .AnyTagClassName
 {
   color: #0D210C;
 }
</style>

background-color css

<style>
 a { background-color: #0D210C; }

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

 div.DivClassName
 {
   background-color: #0D210C;
 }
 .BgClassName
 {
   background-color: #0D210C;
 }
</style>

border-color css

<style>
 span { border-color: #0D210C; }

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

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