Html Css Color HEX #0B1309 Myrtle

📋 copy color: '#0B1309'

red 11 ◦ green 19 ◦ blue 9

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

Shades of Myrtle #0B1309

Tints of Myrtle #0B1309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 48.72%

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

R = 28.21%
G = 48.72%
B = 23.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#0B1309 (or 0x0B1309) is known color: Myrtle. HEX triplet: 0B, 13 and 09. RGB value is (11,19,9). Sum of RGB (Red+Green+Blue) = 11+19+9=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #0B1309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1309 is #F4ECF6. Grayscale: #0F0F0F. Windows color (decimal): -16051447 or 594699. OLE color: 594699.

HSL color Cylindrical-coordinate representation of color #0B1309: hue angle of 108º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0B1309 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 19 9 -
CMYK 0.42 0 0.53 0.93
HSL 108º 0.36% 0.05% -
HSV(B) 108º 0.53% 0.07% -
XYZ 0.42 0.56 0.34 -
YUV 15.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 11 19 9 0.42 0 0.53 0.93 108 0.36 0.05
Hex B 13 9 2A 0 35 5D 6C 24 5
Octal 13 23 11 52 0 65 135 154 44 5
Binary 1011 10011 1001 101010 0 110101 1011101 1101100 100100 101

Color Harmonies of #0B1309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1309

Black with #0B1309

Text Example


Text Example

White with #0B1309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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