#100A35

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

Shades of Jaguar #100A35

Tints of Jaguar #100A35

Color information

#100A35 (or 0x100A35) is unknown color: approx Jaguar. HEX triplet: 10, 0A and 35. RGB value is (16,10,53). Sum of RGB (Red+Green+Blue) = 16+10+53=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 53 (21.09% from 255 or 67.09% from 79); Max value from RGB is 53 - color contains mainly: blue. Hex color #100A35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A35 is #EFF5CA. Grayscale: #101010. Windows color (decimal): -15726027 or 3475984. OLE color: 3475984.

HSL color Cylindrical-coordinate representation of color #100A35: hue angle of 248.37º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #100A35 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB161053-
CMYK0.700.8100.79
HSL248.37º68.25%12.35%-
HSV(B)248.37º81.13%20.78%-
XYZ0.960.583.43-
YUV16.7148.49127.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.25%
GREEN value IS 10 (4.30% from 255) = 12.66%
BLUE value IS 53 (21.09% from 255) = 67.09%
R=20.25%
G=12.66%
B=67.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1610530.700.8100.79248.3768.2512.35
Hex10A35465104Ff844c
Octal201265106121011737010414
Binary10000101011010110001101010001010011111111100010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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