Html Css Color HEX #0E031C Blackcurrant

📋 copy color: '#0E031C'

red 14 ◦ green 3 ◦ blue 28

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

Shades of Blackcurrant #0E031C

Tints of Blackcurrant #0E031C

RGB

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

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

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

R = 31.11%
G = 6.67%
B = 62.22%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E031C (or 0x0E031C) is known color: Blackcurrant. HEX triplet: 0E, 03 and 1C. RGB value is (14,3,28). Sum of RGB (Red+Green+Blue) = 14+3+28=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E031C is #F1FCE3. Grayscale: #090909. Windows color (decimal): -15858916 or 1835790. OLE color: 1835790.

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

Color convert

RGB 14 3 28 -
CMYK 0.50 0.89 0 0.89
HSL 266.4º 0.81% 0.06% -
HSV(B) 266.4º 0.89% 0.11% -
XYZ 0.42 0.24 1.12 -
YUV 9.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 14 3 28 0.50 0.89 0 0.89 266.4 0.81 0.06
Hex E 3 1C 32 59 0 59 10A 51 6
Octal 16 3 34 62 131 0 131 412 121 6
Binary 1110 11 11100 110010 1011001 0 1011001 100001010 1010001 110

Color Harmonies of #0E031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E031C

Black with #0E031C

Text Example


Text Example

White with #0E031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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