Html Css Color HEX #0E081F Jaguar

📋 copy color: '#0E081F'

red 14 ◦ green 8 ◦ blue 31

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

Shades of Jaguar #0E081F

Tints of Jaguar #0E081F

RGB

 RED value IS 14 (5.86% from 255) = 26.42%

 GREEN value IS 8 (3.52% from 255) = 15.09%

 BLUE value IS 31 (12.5% from 255) = 58.49%

R = 26.42%
G = 15.09%
B = 58.49%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E081F (or 0x0E081F) is known color: Jaguar. HEX triplet: 0E, 08 and 1F. RGB value is (14,8,31). Sum of RGB (Red+Green+Blue) = 14+8+31=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E081F is #F1F7E0. Grayscale: #0C0C0C. Windows color (decimal): -15857633 or 2033678. OLE color: 2033678.

HSL color Cylindrical-coordinate representation of color #0E081F: hue angle of 255.65º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E081F is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 8 31 -
CMYK 0.55 0.74 0 0.88
HSL 255.65º 0.59% 0.08% -
HSV(B) 255.65º 0.74% 0.12% -
XYZ 0.52 0.37 1.34 -
YUV 12.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 14 8 31 0.55 0.74 0 0.88 255.65 0.59 0.08
Hex E 8 1F 37 4A 0 58 100 3B 8
Octal 16 10 37 67 112 0 130 400 73 10
Binary 1110 1000 11111 110111 1001010 0 1011000 100000000 111011 1000

Color Harmonies of #0E081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E081F

Black with #0E081F

Text Example


Text Example

White with #0E081F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,8,31); }

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

background-color css

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

 a { background-color: rgb(14,8,31); }

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

border-color css

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

 span { border-color: rgb(14,8,31); }

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