Html Css Color HEX #0E0411 Blackcurrant

📋 copy color: '#0E0411'

red 14 ◦ green 4 ◦ blue 17

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

Shades of Blackcurrant #0E0411

Tints of Blackcurrant #0E0411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 48.57%

R = 40%
G = 11.43%
B = 48.57%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0E0411 (or 0x0E0411) is known color: Blackcurrant. HEX triplet: 0E, 04 and 11. RGB value is (14,4,17). Sum of RGB (Red+Green+Blue) = 14+4+17=35 (4% of max value = 765). Red value is 14 (5.86% from 255 or 40% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: blue. Hex color #0E0411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0411 is #F1FBEE. Grayscale: #080808. Windows color (decimal): -15858671 or 1115150. OLE color: 1115150.

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

Color convert

RGB 14 4 17 -
CMYK 0.18 0.76 0 0.93
HSL 286.15º 0.62% 0.04% -
HSV(B) 286.15º 0.76% 0.07% -
XYZ 0.33 0.22 0.56 -
YUV 8.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 14 4 17 0.18 0.76 0 0.93 286.15 0.62 0.04
Hex E 4 11 12 4C 0 5D 11E 3E 4
Octal 16 4 21 22 114 0 135 436 76 4
Binary 1110 100 10001 10010 1001100 0 1011101 100011110 111110 100

Color Harmonies of #0E0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0411

Black with #0E0411

Text Example


Text Example

White with #0E0411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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