Html Css Color HEX #131B18 Dark Green

📋 copy color: '#131B18'

red 19 ◦ green 27 ◦ blue 24

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

Shades of Dark Green #131B18

Tints of Dark Green #131B18

RGB

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

 GREEN value IS 27 (10.94% from 255) = 38.57%

 BLUE value IS 24 (9.77% from 255) = 34.29%

R = 27.14%
G = 38.57%
B = 34.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#131B18 (or 0x131B18) is known color: Dark Green. HEX triplet: 13, 1B and 18. RGB value is (19,27,24). Sum of RGB (Red+Green+Blue) = 19+27+24=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 27 - color contains mainly: green. Hex color #131B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B18 is #ECE4E7. Grayscale: #181818. Windows color (decimal): -15525096 or 1579795. OLE color: 1579795.

HSL color Cylindrical-coordinate representation of color #131B18: hue angle of 157.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #131B18 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 27 24 -
CMYK 0.30 0 0.11 0.89
HSL 157.5º 0.17% 0.09% -
HSV(B) 157.5º 0.3% 0.11% -
XYZ 0.83 0.99 1.01 -
YUV 24.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 19 27 24 0.30 0 0.11 0.89 157.5 0.17 0.09
Hex 13 1B 18 1E 0 B 59 9E 11 9
Octal 23 33 30 36 0 13 131 236 21 11
Binary 10011 11011 11000 11110 0 1011 1011001 10011110 10001 1001

Color Harmonies of #131B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B18

Black with #131B18

Text Example


Text Example

White with #131B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131B18; }

 p { color: rgb(19,27,24); }

 H1.HeaderClassName
 {
   color: #131B18;
 }
 .AnyTagClassName
 {
   color: #131B18;
 }
</style>

background-color css

<style>
 a { background-color: #131B18; }

 a { background-color: rgb(19,27,24); }

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

border-color css

<style>
 span { border-color: #131B18; }

 span { border-color: rgb(19,27,24); }

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