Html Css Color HEX #110C21 Jaguar

📋 copy color: '#110C21'

red 17 ◦ green 12 ◦ blue 33

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

Shades of Jaguar #110C21

Tints of Jaguar #110C21

RGB

 RED value IS 17 (7.03% from 255) = 27.42%

 GREEN value IS 12 (5.08% from 255) = 19.35%

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

R = 27.42%
G = 19.35%
B = 53.23%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#110C21 (or 0x110C21) is known color: Jaguar. HEX triplet: 11, 0C and 21. RGB value is (17,12,33). Sum of RGB (Red+Green+Blue) = 17+12+33=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 33 (13.28% from 255 or 53.23% from 62); Max value from RGB is 33 - color contains mainly: blue. Hex color #110C21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C21 is #EEF3DE. Grayscale: #0F0F0F. Windows color (decimal): -15659999 or 2165777. OLE color: 2165777.

HSL color Cylindrical-coordinate representation of color #110C21: hue angle of 254.29º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #110C21 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 12 33 -
CMYK 0.48 0.64 0 0.87
HSL 254.29º 0.47% 0.09% -
HSV(B) 254.29º 0.64% 0.13% -
XYZ 0.64 0.49 1.5 -
YUV 15.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 17 12 33 0.48 0.64 0 0.87 254.29 0.47 0.09
Hex 11 C 21 30 40 0 57 FE 2F 9
Octal 21 14 41 60 100 0 127 376 57 11
Binary 10001 1100 100001 110000 1000000 0 1010111 11111110 101111 1001

Color Harmonies of #110C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C21

Black with #110C21

Text Example


Text Example

White with #110C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110C21; }

 p { color: rgb(17,12,33); }

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

background-color css

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

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

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

border-color css

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

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

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