Html Css Color HEX #0C140B Myrtle

📋 copy color: '#0C140B'

red 12 ◦ green 20 ◦ blue 11

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

Shades of Myrtle #0C140B

Tints of Myrtle #0C140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 46.51%

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

R = 27.91%
G = 46.51%
B = 25.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.92

RGB Variations

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

Color information

#0C140B (or 0x0C140B) is known color: Myrtle. HEX triplet: 0C, 14 and 0B. RGB value is (12,20,11). Sum of RGB (Red+Green+Blue) = 12+20+11=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #0C140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C140B is #F3EBF4. Grayscale: #101010. Windows color (decimal): -15985653 or 726028. OLE color: 726028.

HSL color Cylindrical-coordinate representation of color #0C140B: hue angle of 113.33º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0C140B is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 20 11 -
CMYK 0.40 0 0.45 0.92
HSL 113.33º 0.29% 0.06% -
HSV(B) 113.33º 0.45% 0.08% -
XYZ 0.46 0.6 0.41 -
YUV 16.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 12 20 11 0.40 0 0.45 0.92 113.33 0.29 0.06
Hex C 14 B 28 0 2D 5C 71 1D 6
Octal 14 24 13 50 0 55 134 161 35 6
Binary 1100 10100 1011 101000 0 101101 1011100 1110001 11101 110

Color Harmonies of #0C140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C140B

Black with #0C140B

Text Example


Text Example

White with #0C140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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