Html Css Color HEX #0A0516 Jaguar

📋 copy color: '#0A0516'

red 10 ◦ green 5 ◦ blue 22

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

Shades of Jaguar #0A0516

Tints of Jaguar #0A0516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 13.51%

 BLUE value IS 22 (8.98% from 255) = 59.46%

R = 27.03%
G = 13.51%
B = 59.46%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0516 (or 0x0A0516) is known color: Jaguar. HEX triplet: 0A, 05 and 16. RGB value is (10,5,22). Sum of RGB (Red+Green+Blue) = 10+5+22=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 22 (8.98% from 255 or 59.46% from 37); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A0516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0516 is #F5FAE9. Grayscale: #080808. Windows color (decimal): -16120554 or 1443082. OLE color: 1443082.

HSL color Cylindrical-coordinate representation of color #0A0516: hue angle of 257.65º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A0516 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 5 22 -
CMYK 0.55 0.77 0 0.91
HSL 257.65º 0.63% 0.05% -
HSV(B) 257.65º 0.77% 0.09% -
XYZ 0.32 0.23 0.79 -
YUV 8.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 10 5 22 0.55 0.77 0 0.91 257.65 0.63 0.05
Hex A 5 16 37 4D 0 5B 102 3F 5
Octal 12 5 26 67 115 0 133 402 77 5
Binary 1010 101 10110 110111 1001101 0 1011011 100000010 111111 101

Color Harmonies of #0A0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0516

Black with #0A0516

Text Example


Text Example

White with #0A0516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,5,22); }

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

background-color css

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

 a { background-color: rgb(10,5,22); }

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

border-color css

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

 span { border-color: rgb(10,5,22); }

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