Html Css Color HEX #0A390B Myrtle

📋 copy color: '#0A390B'

red 10 ◦ green 57 ◦ blue 11

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

Shades of Myrtle #0A390B

Tints of Myrtle #0A390B

RGB

 RED value IS 10 (4.3% from 255) = 12.82%

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

 BLUE value IS 11 (4.69% from 255) = 14.1%

R = 12.82%
G = 73.08%
B = 14.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.78

RGB Variations

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

Color information

#0A390B (or 0x0A390B) is known color: Myrtle. HEX triplet: 0A, 39 and 0B. RGB value is (10,57,11). Sum of RGB (Red+Green+Blue) = 10+57+11=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 57 (22.66% from 255 or 73.08% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 57 - color contains mainly: green. Hex color #0A390B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A390B is #F5C6F4. Grayscale: #252525. Windows color (decimal): -16107253 or 735498. OLE color: 735498.

HSL color Cylindrical-coordinate representation of color #0A390B: hue angle of 121.28º degrees, saturation: 0.7, 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 #0A390B is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 57 11 -
CMYK 0.82 0 0.81 0.78
HSL 121.28º 0.7% 0.13% -
HSV(B) 121.28º 0.82% 0.22% -
XYZ 1.65 3.01 0.81 -
YUV 37.7 112.93 108.24 -
System Red Green Blue C M Y K H S L
Decimal 10 57 11 0.82 0 0.81 0.78 121.28 0.7 0.13
Hex A 39 B 52 0 51 4E 79 46 D
Octal 12 71 13 122 0 121 116 171 106 15
Binary 1010 111001 1011 1010010 0 1010001 1001110 1111001 1000110 1101

Color Harmonies of #0A390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A390B

Black with #0A390B

Text Example


Text Example

White with #0A390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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