Html Css Color HEX #131021 Jaguar

📋 copy color: '#131021'

red 19 ◦ green 16 ◦ blue 33

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

Shades of Jaguar #131021

Tints of Jaguar #131021

RGB

 RED value IS 19 (7.81% from 255) = 27.94%

 GREEN value IS 16 (6.64% from 255) = 23.53%

 BLUE value IS 33 (13.28% from 255) = 48.53%

R = 27.94%
G = 23.53%
B = 48.53%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#131021 (or 0x131021) is known color: Jaguar. HEX triplet: 13, 10 and 21. RGB value is (19,16,33). Sum of RGB (Red+Green+Blue) = 19+16+33=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: blue. Hex color #131021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131021 is #ECEFDE. Grayscale: #121212. Windows color (decimal): -15527903 or 2166803. OLE color: 2166803.

HSL color Cylindrical-coordinate representation of color #131021: hue angle of 250.59º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #131021 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 16 33 -
CMYK 0.42 0.52 0 0.87
HSL 250.59º 0.35% 0.1% -
HSV(B) 250.59º 0.52% 0.13% -
XYZ 0.73 0.62 1.52 -
YUV 18.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 19 16 33 0.42 0.52 0 0.87 250.59 0.35 0.1
Hex 13 10 21 2A 34 0 57 FB 23 A
Octal 23 20 41 52 64 0 127 373 43 12
Binary 10011 10000 100001 101010 110100 0 1010111 11111011 100011 1010

Color Harmonies of #131021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131021

Black with #131021

Text Example


Text Example

White with #131021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131021; }

 p { color: rgb(19,16,33); }

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

background-color css

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

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

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

border-color css

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

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

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