Html Css Color HEX #0E0412 Blackcurrant

📋 copy color: '#0E0412'

red 14 ◦ green 4 ◦ blue 18

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

Shades of Blackcurrant #0E0412

Tints of Blackcurrant #0E0412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 11.11%

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

R = 38.89%
G = 11.11%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0E0412 (or 0x0E0412) is known color: Blackcurrant. HEX triplet: 0E, 04 and 12. RGB value is (14,4,18). Sum of RGB (Red+Green+Blue) = 14+4+18=36 (4% of max value = 765). Red value is 14 (5.86% from 255 or 38.89% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #0E0412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0412 is #F1FBED. Grayscale: #080808. Windows color (decimal): -15858670 or 1180686. OLE color: 1180686.

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

Color convert

RGB 14 4 18 -
CMYK 0.22 0.78 0 0.93
HSL 282.86º 0.64% 0.04% -
HSV(B) 282.86º 0.78% 0.07% -
XYZ 0.33 0.22 0.6 -
YUV 8.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 14 4 18 0.22 0.78 0 0.93 282.86 0.64 0.04
Hex E 4 12 16 4E 0 5D 11B 40 4
Octal 16 4 22 26 116 0 135 433 100 4
Binary 1110 100 10010 10110 1001110 0 1011101 100011011 1000000 100

Color Harmonies of #0E0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0412

Black with #0E0412

Text Example


Text Example

White with #0E0412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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