Html Css Color HEX #0E011C Blackcurrant

📋 copy color: '#0E011C'

red 14 ◦ green 1 ◦ blue 28

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

Shades of Blackcurrant #0E011C

Tints of Blackcurrant #0E011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 65.12%

R = 32.56%
G = 2.33%
B = 65.12%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E011C (or 0x0E011C) is known color: Blackcurrant. HEX triplet: 0E, 01 and 1C. RGB value is (14,1,28). Sum of RGB (Red+Green+Blue) = 14+1+28=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 28 (11.33% from 255 or 65.12% from 43); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E011C is #F1FEE3. Grayscale: #070707. Windows color (decimal): -15859428 or 1835278. OLE color: 1835278.

HSL color Cylindrical-coordinate representation of color #0E011C: hue angle of 268.89º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E011C is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 1 28 -
CMYK 0.50 0.96 0 0.89
HSL 268.89º 0.93% 0.06% -
HSV(B) 268.89º 0.96% 0.11% -
XYZ 0.4 0.2 1.12 -
YUV 7.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 14 1 28 0.50 0.96 0 0.89 268.89 0.93 0.06
Hex E 1 1C 32 60 0 59 10D 5D 6
Octal 16 1 34 62 140 0 131 415 135 6
Binary 1110 1 11100 110010 1100000 0 1011001 100001101 1011101 110

Color Harmonies of #0E011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E011C

Black with #0E011C

Text Example


Text Example

White with #0E011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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