#100A29

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

Shades of Jaguar #100A29

Tints of Jaguar #100A29

Color information

#100A29 (or 0x100A29) is unknown color: approx Jaguar. HEX triplet: 10, 0A and 29. RGB value is (16,10,41). Sum of RGB (Red+Green+Blue) = 16+10+41=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 41 (16.41% from 255 or 61.19% from 67); Max value from RGB is 41 - color contains mainly: blue. Hex color #100A29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A29 is #EFF5D6. Grayscale: #0F0F0F. Windows color (decimal): -15726039 or 2689552. OLE color: 2689552.

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

Color convert

RGB161041-
CMYK0.610.7600.84
HSL251.61º60.78%10%-
HSV(B)251.61º75.61%16.08%-
XYZ0.720.492.15-
YUV15.33142.49128.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.88%
GREEN value IS 10 (4.30% from 255) = 14.93%
BLUE value IS 41 (16.41% from 255) = 61.19%
R=23.88%
G=14.93%
B=61.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1610410.610.7600.84251.6160.7810
Hex10A293D4C054fc3da
Octal2012517511401243747512
Binary100001010101001111101100110001010100111111001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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