#100B23

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

Shades of Jaguar #100B23

Tints of Jaguar #100B23

Color information

#100B23 (or 0x100B23) is unknown color: approx Jaguar. HEX triplet: 10, 0B and 23. RGB value is (16,11,35). Sum of RGB (Red+Green+Blue) = 16+11+35=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 35 (14.06% from 255 or 56.45% from 62); Max value from RGB is 35 - color contains mainly: blue. Hex color #100B23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B23 is #EFF4DC. Grayscale: #0F0F0F. Windows color (decimal): -15725789 or 2296592. OLE color: 2296592.

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

Color convert

RGB161135-
CMYK0.540.6900.86
HSL252.5º52.17%9.02%-
HSV(B)252.5º68.57%13.73%-
XYZ0.640.471.65-
YUV15.23139.16128.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.81%
GREEN value IS 11 (4.69% from 255) = 17.74%
BLUE value IS 35 (14.06% from 255) = 56.45%
R=25.81%
G=17.74%
B=56.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1611350.540.6900.86252.552.179.02
Hex10B233645056fc349
Octal2013436610501263746411
Binary100001011100011110110100010101010110111111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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