#100C1F

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

Shades of Jaguar #100C1F

Tints of Jaguar #100C1F

Color information

#100C1F (or 0x100C1F) is unknown color: approx Jaguar. HEX triplet: 10, 0C and 1F. RGB value is (16,12,31). Sum of RGB (Red+Green+Blue) = 16+12+31=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #100C1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C1F is #EFF3E0. Grayscale: #0F0F0F. Windows color (decimal): -15725537 or 2034704. OLE color: 2034704.

HSL color Cylindrical-coordinate representation of color #100C1F: hue angle of 252.63º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #100C1F is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB161231-
CMYK0.480.6100.88
HSL252.63º44.19%8.43%-
HSV(B)252.63º61.29%12.16%-
XYZ0.590.471.36-
YUV15.36136.83128.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.12%
GREEN value IS 12 (5.08% from 255) = 20.34%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=27.12%
G=20.34%
B=52.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1612310.480.6100.88252.6344.198.43
Hex10C1F303D058fd2c8
Octal201437607501303755410
Binary1000011001111111000011110101011000111111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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