Html Css Color HEX #110B2B Jaguar

📋 copy color: '#110B2B'

red 17 ◦ green 11 ◦ blue 43

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

Shades of Jaguar #110B2B

Tints of Jaguar #110B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 60.56%

R = 23.94%
G = 15.49%
B = 60.56%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#110B2B (or 0x110B2B) is known color: Jaguar. HEX triplet: 11, 0B and 2B. RGB value is (17,11,43). Sum of RGB (Red+Green+Blue) = 17+11+43=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 43 (17.19% from 255 or 60.56% from 71); Max value from RGB is 43 - color contains mainly: blue. Hex color #110B2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B2B is #EEF4D4. Grayscale: #101010. Windows color (decimal): -15660245 or 2820881. OLE color: 2820881.

HSL color Cylindrical-coordinate representation of color #110B2B: hue angle of 251.25º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #110B2B is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 11 43 -
CMYK 0.60 0.74 0 0.83
HSL 251.25º 0.59% 0.11% -
HSV(B) 251.25º 0.74% 0.17% -
XYZ 0.79 0.53 2.35 -
YUV 16.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 17 11 43 0.60 0.74 0 0.83 251.25 0.59 0.11
Hex 11 B 2B 3C 4A 0 53 FB 3B B
Octal 21 13 53 74 112 0 123 373 73 13
Binary 10001 1011 101011 111100 1001010 0 1010011 11111011 111011 1011

Color Harmonies of #110B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B2B

Black with #110B2B

Text Example


Text Example

White with #110B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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