Html Css Color HEX #0B390D Myrtle

📋 copy color: '#0B390D'

red 11 ◦ green 57 ◦ blue 13

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

Shades of Myrtle #0B390D

Tints of Myrtle #0B390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 70.37%

 BLUE value IS 13 (5.47% from 255) = 16.05%

R = 13.58%
G = 70.37%
B = 16.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#0B390D (or 0x0B390D) is known color: Myrtle. HEX triplet: 0B, 39 and 0D. RGB value is (11,57,13). Sum of RGB (Red+Green+Blue) = 11+57+13=81 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.58% from 81); Green value is 57 (22.66% from 255 or 70.37% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 57 - color contains mainly: green. Hex color #0B390D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B390D is #F4C6F2. Grayscale: #262626. Windows color (decimal): -16041715 or 866571. OLE color: 866571.

HSL color Cylindrical-coordinate representation of color #0B390D: hue angle of 122.61º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B390D is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB 11 57 13 -
CMYK 0.81 0 0.77 0.78
HSL 122.61º 0.68% 0.13% -
HSV(B) 122.61º 0.81% 0.22% -
XYZ 1.67 3.03 0.88 -
YUV 38.23 113.76 108.58 -
System Red Green Blue C M Y K H S L
Decimal 11 57 13 0.81 0 0.77 0.78 122.61 0.68 0.13
Hex B 39 D 51 0 4D 4E 7B 44 D
Octal 13 71 15 121 0 115 116 173 104 15
Binary 1011 111001 1101 1010001 0 1001101 1001110 1111011 1000100 1101

Color Harmonies of #0B390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B390D

Black with #0B390D

Text Example


Text Example

White with #0B390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,57,13); }

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

background-color css

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

 a { background-color: rgb(11,57,13); }

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

border-color css

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

 span { border-color: rgb(11,57,13); }

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