Html Css Color HEX #10110D Rangoon Green

📋 copy color: '#10110D'

red 16 ◦ green 17 ◦ blue 13

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

Shades of Rangoon Green #10110D

Tints of Rangoon Green #10110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 36.96%

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

R = 34.78%
G = 36.96%
B = 28.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#10110D (or 0x10110D) is known color: Rangoon Green. HEX triplet: 10, 11 and 0D. RGB value is (16,17,13). Sum of RGB (Red+Green+Blue) = 16+17+13=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 17 - color contains mainly: green. Hex color #10110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10110D is #EFEEF2. Grayscale: #101010. Windows color (decimal): -15724275 or 856336. OLE color: 856336.

HSL color Cylindrical-coordinate representation of color #10110D: hue angle of 75º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #10110D is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 17 13 -
CMYK 0.06 0 0.24 0.93
HSL 75º 0.13% 0.06% -
HSV(B) 75º 0.24% 0.07% -
XYZ 0.49 0.54 0.46 -
YUV 16.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 16 17 13 0.06 0 0.24 0.93 75 0.13 0.06
Hex 10 11 D 6 0 18 5D 4B D 6
Octal 20 21 15 6 0 30 135 113 15 6
Binary 10000 10001 1101 110 0 11000 1011101 1001011 1101 110

Color Harmonies of #10110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10110D

Black with #10110D

Text Example


Text Example

White with #10110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10110D; }

 p { color: rgb(16,17,13); }

 H1.HeaderClassName
 {
   color: #10110D;
 }
 .AnyTagClassName
 {
   color: #10110D;
 }
</style>

background-color css

<style>
 a { background-color: #10110D; }

 a { background-color: rgb(16,17,13); }

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

border-color css

<style>
 span { border-color: #10110D; }

 span { border-color: rgb(16,17,13); }

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