Html Css Color HEX #0B1A09 Myrtle

📋 copy color: '#0B1A09'

red 11 ◦ green 26 ◦ blue 9

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

Shades of Myrtle #0B1A09

Tints of Myrtle #0B1A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 56.52%

 BLUE value IS 9 (3.91% from 255) = 19.57%

R = 23.91%
G = 56.52%
B = 19.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.90

RGB Variations

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

Color information

#0B1A09 (or 0x0B1A09) is known color: Myrtle. HEX triplet: 0B, 1A and 09. RGB value is (11,26,9). Sum of RGB (Red+Green+Blue) = 11+26+9=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 26 (10.55% from 255 or 56.52% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 26 - color contains mainly: green. Hex color #0B1A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1A09 is #F4E5F6. Grayscale: #131313. Windows color (decimal): -16049655 or 596491. OLE color: 596491.

HSL color Cylindrical-coordinate representation of color #0B1A09: hue angle of 112.94º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B1A09 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB 11 26 9 -
CMYK 0.58 0 0.65 0.90
HSL 112.94º 0.49% 0.07% -
HSV(B) 112.94º 0.65% 0.1% -
XYZ 0.56 0.83 0.39 -
YUV 19.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 11 26 9 0.58 0 0.65 0.90 112.94 0.49 0.07
Hex B 1A 9 3A 0 41 5A 71 31 7
Octal 13 32 11 72 0 101 132 161 61 7
Binary 1011 11010 1001 111010 0 1000001 1011010 1110001 110001 111

Color Harmonies of #0B1A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1A09

Black with #0B1A09

Text Example


Text Example

White with #0B1A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,26,9); }

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

background-color css

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

 a { background-color: rgb(11,26,9); }

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

border-color css

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

 span { border-color: rgb(11,26,9); }

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