Html Css Color HEX #13150E Rangoon Green

📋 copy color: '#13150E'

red 19 ◦ green 21 ◦ blue 14

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

Shades of Rangoon Green #13150E

Tints of Rangoon Green #13150E

RGB

 RED value IS 19 (7.81% from 255) = 35.19%

 GREEN value IS 21 (8.59% from 255) = 38.89%

 BLUE value IS 14 (5.86% from 255) = 25.93%

R = 35.19%
G = 38.89%
B = 25.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.92

RGB Variations

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

Color information

#13150E (or 0x13150E) is known color: Rangoon Green. HEX triplet: 13, 15 and 0E. RGB value is (19,21,14). Sum of RGB (Red+Green+Blue) = 19+21+14=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 21 - color contains mainly: green. Hex color #13150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13150E is #ECEAF1. Grayscale: #131313. Windows color (decimal): -15526642 or 922899. OLE color: 922899.

HSL color Cylindrical-coordinate representation of color #13150E: hue angle of 77.14º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #13150E is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB 19 21 14 -
CMYK 0.10 0 0.33 0.92
HSL 77.14º 0.2% 0.07% -
HSV(B) 77.14º 0.33% 0.08% -
XYZ 0.62 0.71 0.52 -
YUV 19.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 19 21 14 0.10 0 0.33 0.92 77.14 0.2 0.07
Hex 13 15 E A 0 21 5C 4D 14 7
Octal 23 25 16 12 0 41 134 115 24 7
Binary 10011 10101 1110 1010 0 100001 1011100 1001101 10100 111

Color Harmonies of #13150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13150E

Black with #13150E

Text Example


Text Example

White with #13150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13150E; }

 p { color: rgb(19,21,14); }

 H1.HeaderClassName
 {
   color: #13150E;
 }
 .AnyTagClassName
 {
   color: #13150E;
 }
</style>

background-color css

<style>
 a { background-color: #13150E; }

 a { background-color: rgb(19,21,14); }

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

border-color css

<style>
 span { border-color: #13150E; }

 span { border-color: rgb(19,21,14); }

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