Html Css Color HEX #0E0C13 Jaguar

📋 copy color: '#0E0C13'

red 14 ◦ green 12 ◦ blue 19

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

Shades of Jaguar #0E0C13

Tints of Jaguar #0E0C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 26.67%

 BLUE value IS 19 (7.81% from 255) = 42.22%

R = 31.11%
G = 26.67%
B = 42.22%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0E0C13 (or 0x0E0C13) is known color: Jaguar. HEX triplet: 0E, 0C and 13. RGB value is (14,12,19). Sum of RGB (Red+Green+Blue) = 14+12+19=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 19 - color contains mainly: blue. Hex color #0E0C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0C13 is #F1F3EC. Grayscale: #0D0D0D. Windows color (decimal): -15856621 or 1248270. OLE color: 1248270.

HSL color Cylindrical-coordinate representation of color #0E0C13: hue angle of 257.14º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #0E0C13 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 14 12 19 -
CMYK 0.26 0.37 0 0.93
HSL 257.14º 0.23% 0.06% -
HSV(B) 257.14º 0.37% 0.07% -
XYZ 0.43 0.4 0.67 -
YUV 13.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 14 12 19 0.26 0.37 0 0.93 257.14 0.23 0.06
Hex E C 13 1A 25 0 5D 101 17 6
Octal 16 14 23 32 45 0 135 401 27 6
Binary 1110 1100 10011 11010 100101 0 1011101 100000001 10111 110

Color Harmonies of #0E0C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0C13

Black with #0E0C13

Text Example


Text Example

White with #0E0C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,12,19); }

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

background-color css

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

 a { background-color: rgb(14,12,19); }

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

border-color css

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

 span { border-color: rgb(14,12,19); }

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