Html Css Color HEX #130F21 Jaguar

📋 copy color: '#130F21'

red 19 ◦ green 15 ◦ blue 33

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

Shades of Jaguar #130F21

Tints of Jaguar #130F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 22.39%

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

R = 28.36%
G = 22.39%
B = 49.25%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#130F21 (or 0x130F21) is known color: Jaguar. HEX triplet: 13, 0F and 21. RGB value is (19,15,33). Sum of RGB (Red+Green+Blue) = 19+15+33=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #130F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F21 is #ECF0DE. Grayscale: #121212. Windows color (decimal): -15528159 or 2166547. OLE color: 2166547.

HSL color Cylindrical-coordinate representation of color #130F21: hue angle of 253.33º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #130F21 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 15 33 -
CMYK 0.42 0.55 0 0.87
HSL 253.33º 0.38% 0.09% -
HSV(B) 253.33º 0.55% 0.13% -
XYZ 0.71 0.59 1.52 -
YUV 18.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 19 15 33 0.42 0.55 0 0.87 253.33 0.38 0.09
Hex 13 F 21 2A 37 0 57 FD 26 9
Octal 23 17 41 52 67 0 127 375 46 11
Binary 10011 1111 100001 101010 110111 0 1010111 11111101 100110 1001

Color Harmonies of #130F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F21

Black with #130F21

Text Example


Text Example

White with #130F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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