Html Css Color HEX #0B1909 Myrtle

📋 copy color: '#0B1909'

red 11 ◦ green 25 ◦ blue 9

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

Shades of Myrtle #0B1909

Tints of Myrtle #0B1909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 55.56%

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

R = 24.44%
G = 55.56%
B = 20%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.90

RGB Variations

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

Color information

#0B1909 (or 0x0B1909) is known color: Myrtle. HEX triplet: 0B, 19 and 09. RGB value is (11,25,9). Sum of RGB (Red+Green+Blue) = 11+25+9=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #0B1909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1909 is #F4E6F6. Grayscale: #131313. Windows color (decimal): -16049911 or 596235. OLE color: 596235.

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

Color convert

RGB 11 25 9 -
CMYK 0.56 0 0.64 0.90
HSL 112.5º 0.47% 0.07% -
HSV(B) 112.5º 0.64% 0.1% -
XYZ 0.53 0.79 0.38 -
YUV 18.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 11 25 9 0.56 0 0.64 0.90 112.5 0.47 0.07
Hex B 19 9 38 0 40 5A 70 2F 7
Octal 13 31 11 70 0 100 132 160 57 7
Binary 1011 11001 1001 111000 0 1000000 1011010 1110000 101111 111

Color Harmonies of #0B1909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1909

Black with #0B1909

Text Example


Text Example

White with #0B1909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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