Html Css Color HEX #0B140A Myrtle

📋 copy color: '#0B140A'

red 11 ◦ green 20 ◦ blue 10

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

Shades of Myrtle #0B140A

Tints of Myrtle #0B140A

RGB

 RED value IS 11 (4.69% from 255) = 26.83%

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

 BLUE value IS 10 (4.3% from 255) = 24.39%

R = 26.83%
G = 48.78%
B = 24.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#0B140A (or 0x0B140A) is known color: Myrtle. HEX triplet: 0B, 14 and 0A. RGB value is (11,20,10). Sum of RGB (Red+Green+Blue) = 11+20+10=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #0B140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B140A is #F4EBF5. Grayscale: #101010. Windows color (decimal): -16051190 or 660491. OLE color: 660491.

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

Color convert

RGB 11 20 10 -
CMYK 0.45 0 0.50 0.92
HSL 114º 0.33% 0.06% -
HSV(B) 114º 0.5% 0.08% -
XYZ 0.44 0.59 0.38 -
YUV 16.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 11 20 10 0.45 0 0.50 0.92 114 0.33 0.06
Hex B 14 A 2D 0 32 5C 72 21 6
Octal 13 24 12 55 0 62 134 162 41 6
Binary 1011 10100 1010 101101 0 110010 1011100 1110010 100001 110

Color Harmonies of #0B140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B140A

Black with #0B140A

Text Example


Text Example

White with #0B140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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