Html Css Color HEX #0A300D Myrtle

📋 copy color: '#0A300D'

red 10 ◦ green 48 ◦ blue 13

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

Shades of Myrtle #0A300D

Tints of Myrtle #0A300D

RGB

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

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

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

R = 14.08%
G = 67.61%
B = 18.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#0A300D (or 0x0A300D) is known color: Myrtle. HEX triplet: 0A, 30 and 0D. RGB value is (10,48,13). Sum of RGB (Red+Green+Blue) = 10+48+13=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #0A300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A300D is #F5CFF2. Grayscale: #202020. Windows color (decimal): -16109555 or 864266. OLE color: 864266.

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

Color convert

RGB 10 48 13 -
CMYK 0.79 0 0.73 0.81
HSL 124.74º 0.66% 0.11% -
HSV(B) 124.74º 0.79% 0.19% -
XYZ 1.25 2.21 0.74 -
YUV 32.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 10 48 13 0.79 0 0.73 0.81 124.74 0.66 0.11
Hex A 30 D 4F 0 49 51 7D 42 B
Octal 12 60 15 117 0 111 121 175 102 13
Binary 1010 110000 1101 1001111 0 1001001 1010001 1111101 1000010 1011

Color Harmonies of #0A300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A300D

Black with #0A300D

Text Example


Text Example

White with #0A300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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