Html Css Color HEX #212139 Jaguar

📋 copy color: '#212139'

red 33 ◦ green 33 ◦ blue 57

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

Shades of Jaguar #212139

Tints of Jaguar #212139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 46.34%

R = 26.83%
G = 26.83%
B = 46.34%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#212139 (or 0x212139) is known color: Jaguar. HEX triplet: 21, 21 and 39. RGB value is (33,33,57). Sum of RGB (Red+Green+Blue) = 33+33+57=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #212139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212139 is #DEDEC6. Grayscale: #232323. Windows color (decimal): -14606023 or 3744033. OLE color: 3744033.

HSL color Cylindrical-coordinate representation of color #212139: hue angle of 240º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #212139 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 33 57 -
CMYK 0.42 0.42 0 0.78
HSL 240º 0.27% 0.18% -
HSV(B) 240º 0.42% 0.22% -
XYZ 1.91 1.71 4.1 -
YUV 35.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 33 33 57 0.42 0.42 0 0.78 240 0.27 0.18
Hex 21 21 39 2A 2A 0 4E F0 1B 12
Octal 41 41 71 52 52 0 116 360 33 22
Binary 100001 100001 111001 101010 101010 0 1001110 11110000 11011 10010

Color Harmonies of #212139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212139

Black with #212139

Text Example


Text Example

White with #212139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212139; }

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

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

background-color css

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

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

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

border-color css

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

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

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