#202030

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

Shades of Jaguar #202030

Tints of Jaguar #202030

Color information

#202030 (or 0x202030) is unknown color: approx Jaguar. HEX triplet: 20, 20 and 30. RGB value is (32,32,48). Sum of RGB (Red+Green+Blue) = 32+32+48=112 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.57% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 48 - color contains mainly: blue. Hex color #202030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202030 is #DFDFCF. Grayscale: #212121. Windows color (decimal): -14671824 or 3153952. OLE color: 3153952.

HSL color Cylindrical-coordinate representation of color #202030: hue angle of 240º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #202030 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB323248-
CMYK0.330.3300.81
HSL240º20%15.69%-
HSV(B)240º33.33%18.82%-
XYZ1.651.553.01-
YUV33.82136126.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 28.57%
GREEN value IS 32 (12.89% from 255) = 28.57%
BLUE value IS 48 (19.14% from 255) = 42.86%
R=28.57%
G=28.57%
B=42.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3232480.330.3300.812402015.69
Hex2020302121051f01410
Octal404060414101213602420
Binary10000010000011000010000110000101010001111100001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202030; }

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

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

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

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

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

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

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

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