Html Css Color HEX #0B1C09 Myrtle

📋 copy color: '#0B1C09'

red 11 ◦ green 28 ◦ blue 9

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

Shades of Myrtle #0B1C09

Tints of Myrtle #0B1C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 58.33%

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

R = 22.92%
G = 58.33%
B = 18.75%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.68

 K value IS 0.89

RGB Variations

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

Color information

#0B1C09 (or 0x0B1C09) is known color: Myrtle. HEX triplet: 0B, 1C and 09. RGB value is (11,28,9). Sum of RGB (Red+Green+Blue) = 11+28+9=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1C09 is #F4E3F6. Grayscale: #141414. Windows color (decimal): -16049143 or 597003. OLE color: 597003.

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

Color convert

RGB 11 28 9 -
CMYK 0.61 0 0.68 0.89
HSL 113.68º 0.51% 0.07% -
HSV(B) 113.68º 0.68% 0.11% -
XYZ 0.6 0.92 0.4 -
YUV 20.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 11 28 9 0.61 0 0.68 0.89 113.68 0.51 0.07
Hex B 1C 9 3D 0 44 59 72 33 7
Octal 13 34 11 75 0 104 131 162 63 7
Binary 1011 11100 1001 111101 0 1000100 1011001 1110010 110011 111

Color Harmonies of #0B1C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1C09

Black with #0B1C09

Text Example


Text Example

White with #0B1C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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