Html Css Color HEX #0B150A Myrtle

📋 copy color: '#0B150A'

red 11 ◦ green 21 ◦ blue 10

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

Shades of Myrtle #0B150A

Tints of Myrtle #0B150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 23.81%

R = 26.19%
G = 50%
B = 23.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#0B150A (or 0x0B150A) is known color: Myrtle. HEX triplet: 0B, 15 and 0A. RGB value is (11,21,10). Sum of RGB (Red+Green+Blue) = 11+21+10=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #0B150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B150A is #F4EAF5. Grayscale: #101010. Windows color (decimal): -16050934 or 660747. OLE color: 660747.

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

Color convert

RGB 11 21 10 -
CMYK 0.48 0 0.52 0.92
HSL 114.55º 0.35% 0.06% -
HSV(B) 114.55º 0.52% 0.08% -
XYZ 0.46 0.63 0.38 -
YUV 16.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 11 21 10 0.48 0 0.52 0.92 114.55 0.35 0.06
Hex B 15 A 30 0 34 5C 73 23 6
Octal 13 25 12 60 0 64 134 163 43 6
Binary 1011 10101 1010 110000 0 110100 1011100 1110011 100011 110

Color Harmonies of #0B150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B150A

Black with #0B150A

Text Example


Text Example

White with #0B150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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