Html Css Color HEX #080215 Jaguar

📋 copy color: '#080215'

red 8 ◦ green 2 ◦ blue 21

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

Shades of Jaguar #080215

Tints of Jaguar #080215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 6.45%

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

R = 25.81%
G = 6.45%
B = 67.74%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#080215 (or 0x080215) is known color: Jaguar. HEX triplet: 08, 02 and 15. RGB value is (8,2,21). Sum of RGB (Red+Green+Blue) = 8+2+21=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 21 (8.59% from 255 or 67.74% from 31); Max value from RGB is 21 - color contains mainly: blue. Hex color #080215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080215 is #F7FDEA. Grayscale: #050505. Windows color (decimal): -16252395 or 1376776. OLE color: 1376776.

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

Color convert

RGB 8 2 21 -
CMYK 0.62 0.90 0 0.92
HSL 258.95º 0.83% 0.05% -
HSV(B) 258.95º 0.9% 0.08% -
XYZ 0.26 0.15 0.72 -
YUV 5.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 8 2 21 0.62 0.90 0 0.92 258.95 0.83 0.05
Hex 8 2 15 3E 5A 0 5C 103 53 5
Octal 10 2 25 76 132 0 134 403 123 5
Binary 1000 10 10101 111110 1011010 0 1011100 100000011 1010011 101

Color Harmonies of #080215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080215

Black with #080215

Text Example


Text Example

White with #080215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080215; }

 p { color: rgb(8,2,21); }

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

background-color css

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

 a { background-color: rgb(8,2,21); }

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

border-color css

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

 span { border-color: rgb(8,2,21); }

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