Html Css Color HEX #0E0312 Blackcurrant

📋 copy color: '#0E0312'

red 14 ◦ green 3 ◦ blue 18

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

Shades of Blackcurrant #0E0312

Tints of Blackcurrant #0E0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.57%

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

R = 40%
G = 8.57%
B = 51.43%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0E0312 (or 0x0E0312) is known color: Blackcurrant. HEX triplet: 0E, 03 and 12. RGB value is (14,3,18). Sum of RGB (Red+Green+Blue) = 14+3+18=35 (4% of max value = 765). Red value is 14 (5.86% from 255 or 40% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 18 (7.42% from 255 or 51.43% from 35); Max value from RGB is 18 - color contains mainly: blue. Hex color #0E0312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0312 is #F1FCED. Grayscale: #070707. Windows color (decimal): -15858926 or 1180430. OLE color: 1180430.

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

Color convert

RGB 14 3 18 -
CMYK 0.22 0.83 0 0.93
HSL 284º 0.71% 0.04% -
HSV(B) 284º 0.83% 0.07% -
XYZ 0.32 0.2 0.59 -
YUV 8 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 14 3 18 0.22 0.83 0 0.93 284 0.71 0.04
Hex E 3 12 16 53 0 5D 11C 47 4
Octal 16 3 22 26 123 0 135 434 107 4
Binary 1110 11 10010 10110 1010011 0 1011101 100011100 1000111 100

Color Harmonies of #0E0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0312

Black with #0E0312

Text Example


Text Example

White with #0E0312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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