Html Css Color HEX #192101 Rangoon Green

📋 copy color: '#192101'

red 25 ◦ green 33 ◦ blue 1

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

Shades of Rangoon Green #192101

Tints of Rangoon Green #192101

RGB

 RED value IS 25 (10.16% from 255) = 42.37%

 GREEN value IS 33 (13.28% from 255) = 55.93%

 BLUE value IS 1 (0.78% from 255) = 1.69%

R = 42.37%
G = 55.93%
B = 1.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#192101 (or 0x192101) is known color: Rangoon Green. HEX triplet: 19, 21 and 01. RGB value is (25,33,1). Sum of RGB (Red+Green+Blue) = 25+33+1=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 33 (13.28% from 255 or 55.93% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 33 - color contains mainly: green. Hex color #192101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192101 is #E6DEFE. Grayscale: #1B1B1B. Windows color (decimal): -15130367 or 74009. OLE color: 74009.

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

Color convert

RGB 25 33 1 -
CMYK 0.24 0 0.97 0.87
HSL 75º 0.94% 0.07% -
HSV(B) 75º 0.97% 0.13% -
XYZ 0.95 1.3 0.23 -
YUV 26.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 25 33 1 0.24 0 0.97 0.87 75 0.94 0.07
Hex 19 21 1 18 0 61 57 4B 5E 7
Octal 31 41 1 30 0 141 127 113 136 7
Binary 11001 100001 1 11000 0 1100001 1010111 1001011 1011110 111

Color Harmonies of #192101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192101

Black with #192101

Text Example


Text Example

White with #192101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192101; }

 p { color: rgb(25,33,1); }

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

background-color css

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

 a { background-color: rgb(25,33,1); }

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

border-color css

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

 span { border-color: rgb(25,33,1); }

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