Html Css Color HEX #0B300D Myrtle

📋 copy color: '#0B300D'

red 11 ◦ green 48 ◦ blue 13

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

Shades of Myrtle #0B300D

Tints of Myrtle #0B300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 66.67%

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

R = 15.28%
G = 66.67%
B = 18.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#0B300D (or 0x0B300D) is known color: Myrtle. HEX triplet: 0B, 30 and 0D. RGB value is (11,48,13). Sum of RGB (Red+Green+Blue) = 11+48+13=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #0B300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B300D is #F4CFF2. Grayscale: #212121. Windows color (decimal): -16044019 or 864267. OLE color: 864267.

HSL color Cylindrical-coordinate representation of color #0B300D: hue angle of 123.24º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B300D is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 11 48 13 -
CMYK 0.77 0 0.73 0.81
HSL 123.24º 0.63% 0.12% -
HSV(B) 123.24º 0.77% 0.19% -
XYZ 1.27 2.21 0.74 -
YUV 32.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 11 48 13 0.77 0 0.73 0.81 123.24 0.63 0.12
Hex B 30 D 4D 0 49 51 7B 3F C
Octal 13 60 15 115 0 111 121 173 77 14
Binary 1011 110000 1101 1001101 0 1001001 1010001 1111011 111111 1100

Color Harmonies of #0B300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B300D

Black with #0B300D

Text Example


Text Example

White with #0B300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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