Html Css Color HEX #0B370A Myrtle

📋 copy color: '#0B370A'

red 11 ◦ green 55 ◦ blue 10

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

Shades of Myrtle #0B370A

Tints of Myrtle #0B370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 72.37%

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

R = 14.47%
G = 72.37%
B = 13.16%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#0B370A (or 0x0B370A) is known color: Myrtle. HEX triplet: 0B, 37 and 0A. RGB value is (11,55,10). Sum of RGB (Red+Green+Blue) = 11+55+10=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #0B370A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B370A is #F4C8F5. Grayscale: #242424. Windows color (decimal): -16042230 or 669451. OLE color: 669451.

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

Color convert

RGB 11 55 10 -
CMYK 0.8 0 0.82 0.78
HSL 118.67º 0.69% 0.13% -
HSV(B) 118.67º 0.82% 0.22% -
XYZ 1.56 2.83 0.75 -
YUV 36.71 112.92 109.66 -
System Red Green Blue C M Y K H S L
Decimal 11 55 10 0.8 0 0.82 0.78 118.67 0.69 0.13
Hex B 37 A 50 0 52 4E 77 45 D
Octal 13 67 12 120 0 122 116 167 105 15
Binary 1011 110111 1010 1010000 0 1010010 1001110 1110111 1000101 1101

Color Harmonies of #0B370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B370A

Black with #0B370A

Text Example


Text Example

White with #0B370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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