#100B20

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

Shades of Jaguar #100B20

Tints of Jaguar #100B20

Color information

#100B20 (or 0x100B20) is unknown color: approx Jaguar. HEX triplet: 10, 0B and 20. RGB value is (16,11,32). Sum of RGB (Red+Green+Blue) = 16+11+32=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #100B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B20 is #EFF4DF. Grayscale: #0E0E0E. Windows color (decimal): -15725792 or 2099984. OLE color: 2099984.

HSL color Cylindrical-coordinate representation of color #100B20: hue angle of 254.29º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #100B20 is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB161132-
CMYK0.50.6600.87
HSL254.29º48.84%8.43%-
HSV(B)254.29º65.62%12.55%-
XYZ0.590.451.42-
YUV14.89137.66128.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.12%
GREEN value IS 11 (4.69% from 255) = 18.64%
BLUE value IS 32 (12.89% from 255) = 54.24%
R=27.12%
G=18.64%
B=54.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1611320.50.6600.87254.2948.848.43
Hex10B203242057fe318
Octal2013406210201273766110
Binary100001011100000110010100001001010111111111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,11,32); }

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

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

 a { background-color: rgb(16,11,32); }

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

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

 span { border-color: rgb(16,11,32); }

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