Html Css Color HEX #201F25 Jaguar

📋 copy color: '#201F25'

red 32 ◦ green 31 ◦ blue 37

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

Shades of Jaguar #201F25

Tints of Jaguar #201F25

RGB

 RED value IS 32 (12.89% from 255) = 32%

 GREEN value IS 31 (12.5% from 255) = 31%

 BLUE value IS 37 (14.84% from 255) = 37%

R = 32%
G = 31%
B = 37%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201F25 (or 0x201F25) is known color: Jaguar. HEX triplet: 20, 1F and 25. RGB value is (32,31,37). Sum of RGB (Red+Green+Blue) = 32+31+37=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 37 - color contains mainly: blue. Hex color #201F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201F25 is #DFE0DA. Grayscale: #1F1F1F. Windows color (decimal): -14672091 or 2432800. OLE color: 2432800.

HSL color Cylindrical-coordinate representation of color #201F25: hue angle of 250º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #201F25 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 31 37 -
CMYK 0.14 0.16 0 0.85
HSL 250º 0.09% 0.13% -
HSV(B) 250º 0.16% 0.15% -
XYZ 1.42 1.42 1.95 -
YUV 31.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 32 31 37 0.14 0.16 0 0.85 250 0.09 0.13
Hex 20 1F 25 E 10 0 55 FA 9 D
Octal 40 37 45 16 20 0 125 372 11 15
Binary 100000 11111 100101 1110 10000 0 1010101 11111010 1001 1101

Color Harmonies of #201F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201F25

Black with #201F25

Text Example


Text Example

White with #201F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201F25; }

 p { color: rgb(32,31,37); }

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

background-color css

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

 a { background-color: rgb(32,31,37); }

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

border-color css

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

 span { border-color: rgb(32,31,37); }

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