Html Css Color HEX #0E0112 Blackcurrant

📋 copy color: '#0E0112'

red 14 ◦ green 1 ◦ blue 18

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

Shades of Blackcurrant #0E0112

Tints of Blackcurrant #0E0112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.03%

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

R = 42.42%
G = 3.03%
B = 54.55%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0E0112 (or 0x0E0112) is known color: Blackcurrant. HEX triplet: 0E, 01 and 12. RGB value is (14,1,18). Sum of RGB (Red+Green+Blue) = 14+1+18=33 (4% of max value = 765). Red value is 14 (5.86% from 255 or 42.42% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #0E0112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0112 is #F1FEED. Grayscale: #060606. Windows color (decimal): -15859438 or 1179918. OLE color: 1179918.

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

Color convert

RGB 14 1 18 -
CMYK 0.22 0.94 0 0.93
HSL 285.88º 0.89% 0.04% -
HSV(B) 285.88º 0.94% 0.07% -
XYZ 0.3 0.16 0.59 -
YUV 6.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 14 1 18 0.22 0.94 0 0.93 285.88 0.89 0.04
Hex E 1 12 16 5E 0 5D 11E 59 4
Octal 16 1 22 26 136 0 135 436 131 4
Binary 1110 1 10010 10110 1011110 0 1011101 100011110 1011001 100

Color Harmonies of #0E0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0112

Black with #0E0112

Text Example


Text Example

White with #0E0112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,1,18); }

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

background-color css

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

 a { background-color: rgb(14,1,18); }

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

border-color css

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

 span { border-color: rgb(14,1,18); }

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