Html Css Color HEX #0B170A Myrtle

📋 copy color: '#0B170A'

red 11 ◦ green 23 ◦ blue 10

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

Shades of Myrtle #0B170A

Tints of Myrtle #0B170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 52.27%

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

R = 25%
G = 52.27%
B = 22.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.91

RGB Variations

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

Color information

#0B170A (or 0x0B170A) is known color: Myrtle. HEX triplet: 0B, 17 and 0A. RGB value is (11,23,10). Sum of RGB (Red+Green+Blue) = 11+23+10=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 23 (9.38% from 255 or 52.27% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 23 - color contains mainly: green. Hex color #0B170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B170A is #F4E8F5. Grayscale: #111111. Windows color (decimal): -16050422 or 661259. OLE color: 661259.

HSL color Cylindrical-coordinate representation of color #0B170A: hue angle of 115.38º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0B170A is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 23 10 -
CMYK 0.52 0 0.57 0.91
HSL 115.38º 0.39% 0.06% -
HSV(B) 115.38º 0.57% 0.09% -
XYZ 0.5 0.71 0.4 -
YUV 17.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 11 23 10 0.52 0 0.57 0.91 115.38 0.39 0.06
Hex B 17 A 34 0 39 5B 73 27 6
Octal 13 27 12 64 0 71 133 163 47 6
Binary 1011 10111 1010 110100 0 111001 1011011 1110011 100111 110

Color Harmonies of #0B170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B170A

Black with #0B170A

Text Example


Text Example

White with #0B170A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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