Html Css Color HEX #0B1B09 Myrtle

📋 copy color: '#0B1B09'

red 11 ◦ green 27 ◦ blue 9

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

Shades of Myrtle #0B1B09

Tints of Myrtle #0B1B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 57.45%

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

R = 23.4%
G = 57.45%
B = 19.15%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.67

 K value IS 0.89

RGB Variations

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

Color information

#0B1B09 (or 0x0B1B09) is known color: Myrtle. HEX triplet: 0B, 1B and 09. RGB value is (11,27,9). Sum of RGB (Red+Green+Blue) = 11+27+9=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #0B1B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1B09 is #F4E4F6. Grayscale: #141414. Windows color (decimal): -16049399 or 596747. OLE color: 596747.

HSL color Cylindrical-coordinate representation of color #0B1B09: hue angle of 113.33º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B1B09 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 27 9 -
CMYK 0.59 0 0.67 0.89
HSL 113.33º 0.5% 0.07% -
HSV(B) 113.33º 0.67% 0.11% -
XYZ 0.58 0.87 0.4 -
YUV 20.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 11 27 9 0.59 0 0.67 0.89 113.33 0.5 0.07
Hex B 1B 9 3B 0 43 59 71 32 7
Octal 13 33 11 73 0 103 131 161 62 7
Binary 1011 11011 1001 111011 0 1000011 1011001 1110001 110010 111

Color Harmonies of #0B1B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1B09

Black with #0B1B09

Text Example


Text Example

White with #0B1B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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