Html Css Color HEX #192321 Racing Green

📋 copy color: '#192321'

red 25 ◦ green 35 ◦ blue 33

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

Shades of Racing Green #192321

Tints of Racing Green #192321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 37.63%

 BLUE value IS 33 (13.28% from 255) = 35.48%

R = 26.88%
G = 37.63%
B = 35.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#192321 (or 0x192321) is known color: Racing Green. HEX triplet: 19, 23 and 21. RGB value is (25,35,33). Sum of RGB (Red+Green+Blue) = 25+35+33=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 35 - color contains mainly: green. Hex color #192321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192321 is #E6DCDE. Grayscale: #1F1F1F. Windows color (decimal): -15129823 or 2171673. OLE color: 2171673.

HSL color Cylindrical-coordinate representation of color #192321: hue angle of 168º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #192321 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB 25 35 33 -
CMYK 0.29 0 0.06 0.86
HSL 168º 0.17% 0.12% -
HSV(B) 168º 0.29% 0.14% -
XYZ 1.28 1.52 1.66 -
YUV 31.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 25 35 33 0.29 0 0.06 0.86 168 0.17 0.12
Hex 19 23 21 1D 0 6 56 A8 11 C
Octal 31 43 41 35 0 6 126 250 21 14
Binary 11001 100011 100001 11101 0 110 1010110 10101000 10001 1100

Color Harmonies of #192321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192321

Black with #192321

Text Example


Text Example

White with #192321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192321; }

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

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

background-color css

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

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

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

border-color css

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

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

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