Html Css Color HEX #110C25 Jaguar

📋 copy color: '#110C25'

red 17 ◦ green 12 ◦ blue 37

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

Shades of Jaguar #110C25

Tints of Jaguar #110C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 56.06%

R = 25.76%
G = 18.18%
B = 56.06%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#110C25 (or 0x110C25) is known color: Jaguar. HEX triplet: 11, 0C and 25. RGB value is (17,12,37). Sum of RGB (Red+Green+Blue) = 17+12+37=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #110C25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C25 is #EEF3DA. Grayscale: #101010. Windows color (decimal): -15659995 or 2427921. OLE color: 2427921.

HSL color Cylindrical-coordinate representation of color #110C25: hue angle of 252º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #110C25 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 12 37 -
CMYK 0.54 0.68 0 0.85
HSL 252º 0.51% 0.1% -
HSV(B) 252º 0.68% 0.15% -
XYZ 0.7 0.52 1.81 -
YUV 16.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 17 12 37 0.54 0.68 0 0.85 252 0.51 0.1
Hex 11 C 25 36 44 0 55 FC 33 A
Octal 21 14 45 66 104 0 125 374 63 12
Binary 10001 1100 100101 110110 1000100 0 1010101 11111100 110011 1010

Color Harmonies of #110C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C25

Black with #110C25

Text Example


Text Example

White with #110C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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