Html Css Color HEX #212131 Jaguar

📋 copy color: '#212131'

red 33 ◦ green 33 ◦ blue 49

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

Shades of Jaguar #212131

Tints of Jaguar #212131

RGB

 RED value IS 33 (13.28% from 255) = 28.7%

 GREEN value IS 33 (13.28% from 255) = 28.7%

 BLUE value IS 49 (19.53% from 255) = 42.61%

R = 28.7%
G = 28.7%
B = 42.61%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#212131 (or 0x212131) is known color: Jaguar. HEX triplet: 21, 21 and 31. RGB value is (33,33,49). Sum of RGB (Red+Green+Blue) = 33+33+49=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: blue. Hex color #212131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212131 is #DEDECE. Grayscale: #222222. Windows color (decimal): -14606031 or 3219745. OLE color: 3219745.

HSL color Cylindrical-coordinate representation of color #212131: 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 #212131 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 33 49 -
CMYK 0.33 0.33 0 0.81
HSL 240º 0.2% 0.16% -
HSV(B) 240º 0.33% 0.19% -
XYZ 1.73 1.63 3.13 -
YUV 34.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 33 33 49 0.33 0.33 0 0.81 240 0.2 0.16
Hex 21 21 31 21 21 0 51 F0 14 10
Octal 41 41 61 41 41 0 121 360 24 20
Binary 100001 100001 110001 100001 100001 0 1010001 11110000 10100 10000

Color Harmonies of #212131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212131

Black with #212131

Text Example


Text Example

White with #212131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212131; }

 p { color: rgb(33,33,49); }

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

background-color css

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

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

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

border-color css

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

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

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