Html Css Color HEX #0A090C Jaguar

📋 copy color: '#0A090C'

red 10 ◦ green 9 ◦ blue 12

#0A090C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaguar #0A090C

Tints of Jaguar #0A090C

RGB

 RED value IS 10 (4.3% from 255) = 32.26%

 GREEN value IS 9 (3.91% from 255) = 29.03%

 BLUE value IS 12 (5.08% from 255) = 38.71%

R = 32.26%
G = 29.03%
B = 38.71%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0A090C (or 0x0A090C) is known color: Jaguar. HEX triplet: 0A, 09 and 0C. RGB value is (10,9,12). Sum of RGB (Red+Green+Blue) = 10+9+12=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 12 - color contains mainly: blue. Hex color #0A090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A090C is #F5F6F3. Grayscale: #090909. Windows color (decimal): -16119540 or 788746. OLE color: 788746.

HSL color Cylindrical-coordinate representation of color #0A090C: hue angle of 260º degrees, saturation: 0.14, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0A090C is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 10 9 12 -
CMYK 0.17 0.25 0 0.95
HSL 260º 0.14% 0.04% -
HSV(B) 260º 0.25% 0.05% -
XYZ 0.29 0.29 0.39 -
YUV 9.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 10 9 12 0.17 0.25 0 0.95 260 0.14 0.04
Hex A 9 C 11 19 0 5F 104 E 4
Octal 12 11 14 21 31 0 137 404 16 4
Binary 1010 1001 1100 10001 11001 0 1011111 100000100 1110 100

Color Harmonies of #0A090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A090C

Black with #0A090C

Text Example


Text Example

White with #0A090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,9,12); }

 H1.HeaderClassName
 {
   color: #0A090C;
 }
 .AnyTagClassName
 {
   color: #0A090C;
 }
</style>

background-color css

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

 a { background-color: rgb(10,9,12); }

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

border-color css

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

 span { border-color: rgb(10,9,12); }

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