#201F25

Color #201F25 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #201F25

Tints of Jaguar #201F25

Color information

#201F25 (or 0x201F25) is unknown color: approx 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

RGB323137-
CMYK0.140.1600.85
HSL250º8.82%13.33%-
HSV(B)250º16.22%14.51%-
XYZ1.421.421.95-
YUV31.98130.83128.01-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3231370.140.1600.852508.8213.33
Hex201F25E10055fa9d
Octal403745162001253721115
Binary10000011111100101111010000010101011111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>