#100C1C

Color #100C1C Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #100C1C

Tints of Jaguar #100C1C

Color information

#100C1C (or 0x100C1C) is unknown color: approx Jaguar. HEX triplet: 10, 0C and 1C. RGB value is (16,12,28). Sum of RGB (Red+Green+Blue) = 16+12+28=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #100C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C1C is #EFF3E3. Grayscale: #0E0E0E. Windows color (decimal): -15725540 or 1838096. OLE color: 1838096.

HSL color Cylindrical-coordinate representation of color #100C1C: hue angle of 255º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #100C1C is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB161228-
CMYK0.430.5700.89
HSL255º40%7.84%-
HSV(B)255º57.14%10.98%-
XYZ0.550.461.16-
YUV15.02135.33128.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.57%
GREEN value IS 12 (5.08% from 255) = 21.43%
BLUE value IS 28 (11.33% from 255) = 50%
R=28.57%
G=21.43%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1612280.430.5700.89255407.84
Hex10C1C2B39059ff288
Octal201434537101313775010
Binary1000011001110010101111100101011001111111111010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100C1C; }

 p { color: rgb(16,12,28); }

 H1.HeaderClassName
 {
   color: #100C1C;
 }
 .AnyTagClassName
 {
   color: #100C1C;
 }
</style>
background-color css

<style>
 a { background-color: #100C1C; }

 a { background-color: rgb(16,12,28); }

 div.DivClassName
 {
   background-color: #100C1C;
 }
 .BgClassName
 {
   background-color: #100C1C;
 }
</style>
border-color css

<style>
 span { border-color: #100C1C; }

 span { border-color: rgb(16,12,28); }

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