Html Css Color HEX #0B320D Myrtle

📋 copy color: '#0B320D'

red 11 ◦ green 50 ◦ blue 13

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

Shades of Myrtle #0B320D

Tints of Myrtle #0B320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 67.57%

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

R = 14.86%
G = 67.57%
B = 17.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#0B320D (or 0x0B320D) is known color: Myrtle. HEX triplet: 0B, 32 and 0D. RGB value is (11,50,13). Sum of RGB (Red+Green+Blue) = 11+50+13=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #0B320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B320D is #F4CDF2. Grayscale: #222222. Windows color (decimal): -16043507 or 864779. OLE color: 864779.

HSL color Cylindrical-coordinate representation of color #0B320D: hue angle of 123.08º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B320D is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB 11 50 13 -
CMYK 0.78 0 0.74 0.80
HSL 123.08º 0.64% 0.12% -
HSV(B) 123.08º 0.78% 0.2% -
XYZ 1.35 2.38 0.77 -
YUV 34.12 116.08 111.51 -
System Red Green Blue C M Y K H S L
Decimal 11 50 13 0.78 0 0.74 0.80 123.08 0.64 0.12
Hex B 32 D 4E 0 4A 50 7B 40 C
Octal 13 62 15 116 0 112 120 173 100 14
Binary 1011 110010 1101 1001110 0 1001010 1010000 1111011 1000000 1100

Color Harmonies of #0B320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B320D

Black with #0B320D

Text Example


Text Example

White with #0B320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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