Html Css Color HEX #13150D Rangoon Green

📋 copy color: '#13150D'

red 19 ◦ green 21 ◦ blue 13

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

Shades of Rangoon Green #13150D

Tints of Rangoon Green #13150D

RGB

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

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

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

R = 35.85%
G = 39.62%
B = 24.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#13150D (or 0x13150D) is known color: Rangoon Green. HEX triplet: 13, 15 and 0D. RGB value is (19,21,13). Sum of RGB (Red+Green+Blue) = 19+21+13=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 21 - color contains mainly: green. Hex color #13150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13150D is #ECEAF2. Grayscale: #131313. Windows color (decimal): -15526643 or 857363. OLE color: 857363.

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

Color convert

RGB 19 21 13 -
CMYK 0.10 0 0.38 0.92
HSL 75º 0.24% 0.07% -
HSV(B) 75º 0.38% 0.08% -
XYZ 0.61 0.7 0.48 -
YUV 19.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 19 21 13 0.10 0 0.38 0.92 75 0.24 0.07
Hex 13 15 D A 0 26 5C 4B 18 7
Octal 23 25 15 12 0 46 134 113 30 7
Binary 10011 10101 1101 1010 0 100110 1011100 1001011 11000 111

Color Harmonies of #13150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13150D

Black with #13150D

Text Example


Text Example

White with #13150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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