#191B14

Color #191B14 Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #191B14

Tints of Rangoon Green #191B14

Color information

#191B14 (or 0x191B14) is unknown color: approx Rangoon Green. HEX triplet: 19, 1B and 14. RGB value is (25,27,20). Sum of RGB (Red+Green+Blue) = 25+27+20=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 27 - color contains mainly: green. Hex color #191B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B14 is #E6E4EB. Grayscale: #191919. Windows color (decimal): -15131884 or 1317657. OLE color: 1317657.

HSL color Cylindrical-coordinate representation of color #191B14: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #191B14 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.

Color convert

RGB252720-
CMYK0.0700.260.89
HSL77.14º14.89%9.22%-
HSV(B)77.14º25.93%10.59%-
XYZ0.921.040.81-
YUV25.6124.84127.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.72%
GREEN value IS 27 (10.94% from 255) = 37.5%
BLUE value IS 20 (8.20% from 255) = 27.78%
R=34.72%
G=37.5%
B=27.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2527200.0700.260.8977.1414.899.22
Hex191B14701A594df9
Octal31332470321311151711
Binary1100111011101001110110101011001100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191B14; }

 p { color: rgb(25,27,20); }

 H1.HeaderClassName
 {
   color: #191B14;
 }
 .AnyTagClassName
 {
   color: #191B14;
 }
</style>
background-color css

<style>
 a { background-color: #191B14; }

 a { background-color: rgb(25,27,20); }

 div.DivClassName
 {
   background-color: #191B14;
 }
 .BgClassName
 {
   background-color: #191B14;
 }
</style>
border-color css

<style>
 span { border-color: #191B14; }

 span { border-color: rgb(25,27,20); }

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