#0A031C

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

Shades of Jaguar #0A031C

Tints of Jaguar #0A031C

Color information

#0A031C (or 0x0A031C) is unknown color: approx Jaguar. HEX triplet: 0A, 03 and 1C. RGB value is (10,3,28). Sum of RGB (Red+Green+Blue) = 10+3+28=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 28 (11.33% from 255 or 68.29% from 41); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A031C is #F5FCE3. Grayscale: #070707. Windows color (decimal): -16121060 or 1835786. OLE color: 1835786.

HSL color Cylindrical-coordinate representation of color #0A031C: hue angle of 256.8º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A031C is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB10328-
CMYK0.640.8900.89
HSL256.8º80.65%6.08%-
HSV(B)256.8º89.29%10.98%-
XYZ0.370.211.12-
YUV7.94139.32129.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 24.39%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 28 (11.33% from 255) = 68.29%
R=24.39%
G=7.32%
B=68.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal103280.640.8900.89256.880.656.08
HexA31C4059059101516
Octal1233410013101314011216
Binary1010111110010000001011001010110011000000011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A031C; }

 p { color: rgb(10,3,28); }

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

<style>
 a { background-color: #0A031C; }

 a { background-color: rgb(10,3,28); }

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

<style>
 span { border-color: #0A031C; }

 span { border-color: rgb(10,3,28); }

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