Html Css Color HEX #10290C Myrtle

📋 copy color: '#10290C'

red 16 ◦ green 41 ◦ blue 12

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

Shades of Myrtle #10290C

Tints of Myrtle #10290C

RGB

 RED value IS 16 (6.64% from 255) = 23.19%

 GREEN value IS 41 (16.41% from 255) = 59.42%

 BLUE value IS 12 (5.08% from 255) = 17.39%

R = 23.19%
G = 59.42%
B = 17.39%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#10290C (or 0x10290C) is known color: Myrtle. HEX triplet: 10, 29 and 0C. RGB value is (16,41,12). Sum of RGB (Red+Green+Blue) = 16+41+12=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 41 (16.41% from 255 or 59.42% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 41 - color contains mainly: green. Hex color #10290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10290C is #EFD6F3. Grayscale: #1E1E1E. Windows color (decimal): -15718132 or 796944. OLE color: 796944.

HSL color Cylindrical-coordinate representation of color #10290C: hue angle of 111.72º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10290C is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 41 12 -
CMYK 0.61 0 0.71 0.84
HSL 111.72º 0.55% 0.1% -
HSV(B) 111.72º 0.71% 0.16% -
XYZ 1.07 1.72 0.62 -
YUV 30.22 117.72 117.86 -
System Red Green Blue C M Y K H S L
Decimal 16 41 12 0.61 0 0.71 0.84 111.72 0.55 0.1
Hex 10 29 C 3D 0 47 54 70 37 A
Octal 20 51 14 75 0 107 124 160 67 12
Binary 10000 101001 1100 111101 0 1000111 1010100 1110000 110111 1010

Color Harmonies of #10290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10290C

Black with #10290C

Text Example


Text Example

White with #10290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10290C; }

 p { color: rgb(16,41,12); }

 H1.HeaderClassName
 {
   color: #10290C;
 }
 .AnyTagClassName
 {
   color: #10290C;
 }
</style>

background-color css

<style>
 a { background-color: #10290C; }

 a { background-color: rgb(16,41,12); }

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

border-color css

<style>
 span { border-color: #10290C; }

 span { border-color: rgb(16,41,12); }

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