Html Css Color HEX #0E0C11 Blackcurrant

📋 copy color: '#0E0C11'

red 14 ◦ green 12 ◦ blue 17

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

Shades of Blackcurrant #0E0C11

Tints of Blackcurrant #0E0C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 27.91%

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

R = 32.56%
G = 27.91%
B = 39.53%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0E0C11 (or 0x0E0C11) is known color: Blackcurrant. HEX triplet: 0E, 0C and 11. RGB value is (14,12,17). Sum of RGB (Red+Green+Blue) = 14+12+17=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 17 - color contains mainly: blue. Hex color #0E0C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0C11 is #F1F3EE. Grayscale: #0D0D0D. Windows color (decimal): -15856623 or 1117198. OLE color: 1117198.

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

Color convert

RGB 14 12 17 -
CMYK 0.18 0.29 0 0.93
HSL 264º 0.17% 0.06% -
HSV(B) 264º 0.29% 0.07% -
XYZ 0.41 0.4 0.59 -
YUV 13.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 14 12 17 0.18 0.29 0 0.93 264 0.17 0.06
Hex E C 11 12 1D 0 5D 108 11 6
Octal 16 14 21 22 35 0 135 410 21 6
Binary 1110 1100 10001 10010 11101 0 1011101 100001000 10001 110

Color Harmonies of #0E0C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0C11

Black with #0E0C11

Text Example


Text Example

White with #0E0C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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