Html Css Color HEX #0A0515 Jaguar

📋 copy color: '#0A0515'

red 10 ◦ green 5 ◦ blue 21

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

Shades of Jaguar #0A0515

Tints of Jaguar #0A0515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 58.33%

R = 27.78%
G = 13.89%
B = 58.33%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0A0515 (or 0x0A0515) is known color: Jaguar. HEX triplet: 0A, 05 and 15. RGB value is (10,5,21). Sum of RGB (Red+Green+Blue) = 10+5+21=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 21 (8.59% from 255 or 58.33% from 36); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A0515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0515 is #F5FAEA. Grayscale: #080808. Windows color (decimal): -16120555 or 1377546. OLE color: 1377546.

HSL color Cylindrical-coordinate representation of color #0A0515: hue angle of 258.75º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A0515 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 5 21 -
CMYK 0.52 0.76 0 0.92
HSL 258.75º 0.62% 0.05% -
HSV(B) 258.75º 0.76% 0.08% -
XYZ 0.31 0.23 0.74 -
YUV 8.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 10 5 21 0.52 0.76 0 0.92 258.75 0.62 0.05
Hex A 5 15 34 4C 0 5C 103 3E 5
Octal 12 5 25 64 114 0 134 403 76 5
Binary 1010 101 10101 110100 1001100 0 1011100 100000011 111110 101

Color Harmonies of #0A0515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0515

Black with #0A0515

Text Example


Text Example

White with #0A0515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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