#201E30

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

Shades of Jaguar #201E30

Tints of Jaguar #201E30

Color information

#201E30 (or 0x201E30) is unknown color: approx Jaguar. HEX triplet: 20, 1E and 30. RGB value is (32,30,48). Sum of RGB (Red+Green+Blue) = 32+30+48=110 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.09% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 48 - color contains mainly: blue. Hex color #201E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201E30 is #DFE1CF. Grayscale: #202020. Windows color (decimal): -14672336 or 3153440. OLE color: 3153440.

HSL color Cylindrical-coordinate representation of color #201E30: hue angle of 246.67º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #201E30 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB323048-
CMYK0.330.3700.81
HSL246.67º23.08%15.29%-
HSV(B)246.67º37.5%18.82%-
XYZ1.591.452.99-
YUV32.65136.66127.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.09%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 48 (19.14% from 255) = 43.64%
R=29.09%
G=27.27%
B=43.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3230480.330.3700.81246.6723.0815.29
Hex201E302125051f717f
Octal403660414501213672717
Binary100000111101100001000011001010101000111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,30,48); }

 H1.HeaderClassName
 {
   color: #201E30;
 }
 .AnyTagClassName
 {
   color: #201E30;
 }
</style>
background-color css

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

 a { background-color: rgb(32,30,48); }

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

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

 span { border-color: rgb(32,30,48); }

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