Html Css Color HEX #110B34 Jaguar

📋 copy color: '#110B34'

red 17 ◦ green 11 ◦ blue 52

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

Shades of Jaguar #110B34

Tints of Jaguar #110B34

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.75%

 BLUE value IS 52 (20.7% from 255) = 65%

R = 21.25%
G = 13.75%
B = 65%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#110B34 (or 0x110B34) is known color: Jaguar. HEX triplet: 11, 0B and 34. RGB value is (17,11,52). Sum of RGB (Red+Green+Blue) = 17+11+52=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #110B34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B34 is #EEF4CB. Grayscale: #111111. Windows color (decimal): -15660236 or 3410705. OLE color: 3410705.

HSL color Cylindrical-coordinate representation of color #110B34: hue angle of 248.78º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #110B34 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 11 52 -
CMYK 0.67 0.79 0 0.80
HSL 248.78º 0.65% 0.12% -
HSV(B) 248.78º 0.79% 0.2% -
XYZ 0.97 0.61 3.31 -
YUV 17.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 17 11 52 0.67 0.79 0 0.80 248.78 0.65 0.12
Hex 11 B 34 43 4F 0 50 F9 41 C
Octal 21 13 64 103 117 0 120 371 101 14
Binary 10001 1011 110100 1000011 1001111 0 1010000 11111001 1000001 1100

Color Harmonies of #110B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B34

Black with #110B34

Text Example


Text Example

White with #110B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,11,52); }

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

background-color css

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

 a { background-color: rgb(17,11,52); }

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

border-color css

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

 span { border-color: rgb(17,11,52); }

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