Html Css Color HEX #080312 Jaguar

📋 copy color: '#080312'

red 8 ◦ green 3 ◦ blue 18

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

Shades of Jaguar #080312

Tints of Jaguar #080312

RGB

 RED value IS 8 (3.52% from 255) = 27.59%

 GREEN value IS 3 (1.56% from 255) = 10.34%

 BLUE value IS 18 (7.42% from 255) = 62.07%

R = 27.59%
G = 10.34%
B = 62.07%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080312 (or 0x080312) is known color: Jaguar. HEX triplet: 08, 03 and 12. RGB value is (8,3,18). Sum of RGB (Red+Green+Blue) = 8+3+18=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 18 (7.42% from 255 or 62.07% from 29); Max value from RGB is 18 - color contains mainly: blue. Hex color #080312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080312 is #F7FCED. Grayscale: #060606. Windows color (decimal): -16252142 or 1180424. OLE color: 1180424.

HSL color Cylindrical-coordinate representation of color #080312: hue angle of 260º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #080312 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 3 18 -
CMYK 0.56 0.83 0 0.93
HSL 260º 0.71% 0.04% -
HSV(B) 260º 0.83% 0.07% -
XYZ 0.24 0.16 0.59 -
YUV 6.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 8 3 18 0.56 0.83 0 0.93 260 0.71 0.04
Hex 8 3 12 38 53 0 5D 104 47 4
Octal 10 3 22 70 123 0 135 404 107 4
Binary 1000 11 10010 111000 1010011 0 1011101 100000100 1000111 100

Color Harmonies of #080312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080312

Black with #080312

Text Example


Text Example

White with #080312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080312; }

 p { color: rgb(8,3,18); }

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

background-color css

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

 a { background-color: rgb(8,3,18); }

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

border-color css

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

 span { border-color: rgb(8,3,18); }

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