Html Css Color HEX #0B1509 Myrtle

📋 copy color: '#0B1509'

red 11 ◦ green 21 ◦ blue 9

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

Shades of Myrtle #0B1509

Tints of Myrtle #0B1509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 51.22%

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

R = 26.83%
G = 51.22%
B = 21.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.57

 K value IS 0.92

RGB Variations

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

Color information

#0B1509 (or 0x0B1509) is known color: Myrtle. HEX triplet: 0B, 15 and 09. RGB value is (11,21,9). Sum of RGB (Red+Green+Blue) = 11+21+9=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #0B1509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1509 is #F4EAF6. Grayscale: #101010. Windows color (decimal): -16050935 or 595211. OLE color: 595211.

HSL color Cylindrical-coordinate representation of color #0B1509: hue angle of 110º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0B1509 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.

Color convert

RGB 11 21 9 -
CMYK 0.48 0 0.57 0.92
HSL 110º 0.4% 0.06% -
HSV(B) 110º 0.57% 0.08% -
XYZ 0.46 0.63 0.36 -
YUV 16.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 11 21 9 0.48 0 0.57 0.92 110 0.4 0.06
Hex B 15 9 30 0 39 5C 6E 28 6
Octal 13 25 11 60 0 71 134 156 50 6
Binary 1011 10101 1001 110000 0 111001 1011100 1101110 101000 110

Color Harmonies of #0B1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1509

Black with #0B1509

Text Example


Text Example

White with #0B1509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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