Html Css Color HEX #0E021C Blackcurrant

📋 copy color: '#0E021C'

red 14 ◦ green 2 ◦ blue 28

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

Shades of Blackcurrant #0E021C

Tints of Blackcurrant #0E021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.55%

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

R = 31.82%
G = 4.55%
B = 63.64%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E021C (or 0x0E021C) is known color: Blackcurrant. HEX triplet: 0E, 02 and 1C. RGB value is (14,2,28). Sum of RGB (Red+Green+Blue) = 14+2+28=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 28 (11.33% from 255 or 63.64% from 44); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E021C is #F1FDE3. Grayscale: #080808. Windows color (decimal): -15859172 or 1835534. OLE color: 1835534.

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

Color convert

RGB 14 2 28 -
CMYK 0.50 0.93 0 0.89
HSL 267.69º 0.87% 0.06% -
HSV(B) 267.69º 0.93% 0.11% -
XYZ 0.41 0.22 1.12 -
YUV 8.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 14 2 28 0.50 0.93 0 0.89 267.69 0.87 0.06
Hex E 2 1C 32 5D 0 59 10C 57 6
Octal 16 2 34 62 135 0 131 414 127 6
Binary 1110 10 11100 110010 1011101 0 1011001 100001100 1010111 110

Color Harmonies of #0E021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E021C

Black with #0E021C

Text Example


Text Example

White with #0E021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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