#100A24

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

Shades of Jaguar #100A24

Tints of Jaguar #100A24

Color information

#100A24 (or 0x100A24) is unknown color: approx Jaguar. HEX triplet: 10, 0A and 24. RGB value is (16,10,36). Sum of RGB (Red+Green+Blue) = 16+10+36=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #100A24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A24 is #EFF5DB. Grayscale: #0E0E0E. Windows color (decimal): -15726044 or 2361872. OLE color: 2361872.

HSL color Cylindrical-coordinate representation of color #100A24: hue angle of 253.85º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #100A24 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB161036-
CMYK0.560.7200.86
HSL253.85º56.52%9.02%-
HSV(B)253.85º72.22%14.12%-
XYZ0.640.451.72-
YUV14.76139.99128.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.81%
GREEN value IS 10 (4.30% from 255) = 16.13%
BLUE value IS 36 (14.45% from 255) = 58.06%
R=25.81%
G=16.13%
B=58.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1610360.560.7200.86253.8556.529.02
Hex10A243848056fe399
Octal2012447011001263767111
Binary100001010100100111000100100001010110111111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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