Html Css Color HEX #192521 Racing Green

📋 copy color: '#192521'

red 25 ◦ green 37 ◦ blue 33

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

Shades of Racing Green #192521

Tints of Racing Green #192521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 38.95%

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

R = 26.32%
G = 38.95%
B = 34.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#192521 (or 0x192521) is known color: Racing Green. HEX triplet: 19, 25 and 21. RGB value is (25,37,33). Sum of RGB (Red+Green+Blue) = 25+37+33=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 37 - color contains mainly: green. Hex color #192521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192521 is #E6DADE. Grayscale: #202020. Windows color (decimal): -15129311 or 2172185. OLE color: 2172185.

HSL color Cylindrical-coordinate representation of color #192521: hue angle of 160º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #192521 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB 25 37 33 -
CMYK 0.32 0 0.11 0.85
HSL 160º 0.19% 0.12% -
HSV(B) 160º 0.32% 0.15% -
XYZ 1.34 1.64 1.68 -
YUV 32.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 25 37 33 0.32 0 0.11 0.85 160 0.19 0.12
Hex 19 25 21 20 0 B 55 A0 13 C
Octal 31 45 41 40 0 13 125 240 23 14
Binary 11001 100101 100001 100000 0 1011 1010101 10100000 10011 1100

Color Harmonies of #192521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192521

Black with #192521

Text Example


Text Example

White with #192521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192521; }

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

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

background-color css

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

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

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

border-color css

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

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

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