Html Css Color HEX #0E041D Blackcurrant

📋 copy color: '#0E041D'

red 14 ◦ green 4 ◦ blue 29

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

Shades of Blackcurrant #0E041D

Tints of Blackcurrant #0E041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 61.7%

R = 29.79%
G = 8.51%
B = 61.7%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E041D (or 0x0E041D) is known color: Blackcurrant. HEX triplet: 0E, 04 and 1D. RGB value is (14,4,29). Sum of RGB (Red+Green+Blue) = 14+4+29=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 29 (11.72% from 255 or 61.70% from 47); Max value from RGB is 29 - color contains mainly: blue. Hex color #0E041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E041D is #F1FBE2. Grayscale: #090909. Windows color (decimal): -15858659 or 1901582. OLE color: 1901582.

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

Color convert

RGB 14 4 29 -
CMYK 0.52 0.86 0 0.89
HSL 264º 0.76% 0.06% -
HSV(B) 264º 0.86% 0.11% -
XYZ 0.45 0.27 1.19 -
YUV 9.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 14 4 29 0.52 0.86 0 0.89 264 0.76 0.06
Hex E 4 1D 34 56 0 59 108 4C 6
Octal 16 4 35 64 126 0 131 410 114 6
Binary 1110 100 11101 110100 1010110 0 1011001 100001000 1001100 110

Color Harmonies of #0E041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E041D

Black with #0E041D

Text Example


Text Example

White with #0E041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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