Html Css Color HEX #0C200B Myrtle

📋 copy color: '#0C200B'

red 12 ◦ green 32 ◦ blue 11

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

Shades of Myrtle #0C200B

Tints of Myrtle #0C200B

RGB

 RED value IS 12 (5.08% from 255) = 21.82%

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

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

R = 21.82%
G = 58.18%
B = 20%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#0C200B (or 0x0C200B) is known color: Myrtle. HEX triplet: 0C, 20 and 0B. RGB value is (12,32,11). Sum of RGB (Red+Green+Blue) = 12+32+11=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #0C200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C200B is #F3DFF4. Grayscale: #171717. Windows color (decimal): -15982581 or 729100. OLE color: 729100.

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

Color convert

RGB 12 32 11 -
CMYK 0.63 0 0.66 0.87
HSL 117.14º 0.49% 0.08% -
HSV(B) 117.14º 0.66% 0.13% -
XYZ 0.73 1.14 0.5 -
YUV 23.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 12 32 11 0.63 0 0.66 0.87 117.14 0.49 0.08
Hex C 20 B 3F 0 42 57 75 31 8
Octal 14 40 13 77 0 102 127 165 61 10
Binary 1100 100000 1011 111111 0 1000010 1010111 1110101 110001 1000

Color Harmonies of #0C200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C200B

Black with #0C200B

Text Example


Text Example

White with #0C200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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