Html Css Color HEX #0D200B Myrtle

📋 copy color: '#0D200B'

red 13 ◦ green 32 ◦ blue 11

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

Shades of Myrtle #0D200B

Tints of Myrtle #0D200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 57.14%

 BLUE value IS 11 (4.69% from 255) = 19.64%

R = 23.21%
G = 57.14%
B = 19.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#0D200B (or 0x0D200B) is known color: Myrtle. HEX triplet: 0D, 20 and 0B. RGB value is (13,32,11). Sum of RGB (Red+Green+Blue) = 13+32+11=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #0D200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D200B is #F2DFF4. Grayscale: #171717. Windows color (decimal): -15917045 or 729101. OLE color: 729101.

HSL color Cylindrical-coordinate representation of color #0D200B: hue angle of 114.29º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D200B is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB 13 32 11 -
CMYK 0.59 0 0.66 0.87
HSL 114.29º 0.49% 0.08% -
HSV(B) 114.29º 0.66% 0.13% -
XYZ 0.74 1.14 0.5 -
YUV 23.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 13 32 11 0.59 0 0.66 0.87 114.29 0.49 0.08
Hex D 20 B 3B 0 42 57 72 31 8
Octal 15 40 13 73 0 102 127 162 61 10
Binary 1101 100000 1011 111011 0 1000010 1010111 1110010 110001 1000

Color Harmonies of #0D200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D200B

Black with #0D200B

Text Example


Text Example

White with #0D200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,32,11); }

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

background-color css

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

 a { background-color: rgb(13,32,11); }

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

border-color css

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

 span { border-color: rgb(13,32,11); }

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