#100A28

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

Shades of Jaguar #100A28

Tints of Jaguar #100A28

Color information

#100A28 (or 0x100A28) is unknown color: approx Jaguar. HEX triplet: 10, 0A and 28. RGB value is (16,10,40). Sum of RGB (Red+Green+Blue) = 16+10+40=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #100A28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A28 is #EFF5D7. Grayscale: #0F0F0F. Windows color (decimal): -15726040 or 2624016. OLE color: 2624016.

HSL color Cylindrical-coordinate representation of color #100A28: hue angle of 252º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #100A28 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB161040-
CMYK0.600.7500.84
HSL252º60%9.8%-
HSV(B)252º75%15.69%-
XYZ0.710.482.06-
YUV15.21141.99128.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 10 (4.30% from 255) = 15.15%
BLUE value IS 40 (16.02% from 255) = 60.61%
R=24.24%
G=15.15%
B=60.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1610400.600.7500.84252609.8
Hex10A283C4B054fc3ca
Octal2012507411301243747412
Binary100001010101000111100100101101010100111111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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