#100A25

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

Shades of Jaguar #100A25

Tints of Jaguar #100A25

Color information

#100A25 (or 0x100A25) is unknown color: approx Jaguar. HEX triplet: 10, 0A and 25. RGB value is (16,10,37). Sum of RGB (Red+Green+Blue) = 16+10+37=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #100A25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A25 is #EFF5DA. Grayscale: #0E0E0E. Windows color (decimal): -15726043 or 2427408. OLE color: 2427408.

HSL color Cylindrical-coordinate representation of color #100A25: hue angle of 253.33º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #100A25 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB161037-
CMYK0.570.7300.85
HSL253.33º57.45%9.22%-
HSV(B)253.33º72.97%14.51%-
XYZ0.660.461.8-
YUV14.87140.49128.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.40%
GREEN value IS 10 (4.30% from 255) = 15.87%
BLUE value IS 37 (14.84% from 255) = 58.73%
R=25.40%
G=15.87%
B=58.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1610370.570.7300.85253.3357.459.22
Hex10A253949055fd399
Octal2012457111101253757111
Binary100001010100101111001100100101010101111111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,10,37); }

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

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

 a { background-color: rgb(16,10,37); }

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

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

 span { border-color: rgb(16,10,37); }

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