Html Css Color HEX #0E001F Blackcurrant

📋 copy color: '#0E001F'

red 14 ◦ green 0 ◦ blue 31

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

Shades of Blackcurrant #0E001F

Tints of Blackcurrant #0E001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 68.89%

R = 31.11%
G = 0%
B = 68.89%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E001F (or 0x0E001F) is known color: Blackcurrant. HEX triplet: 0E, 00 and 1F. RGB value is (14,0,31). Sum of RGB (Red+Green+Blue) = 14+0+31=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 31 (12.5% from 255 or 68.89% from 45); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E001F is #F1FFE0. Grayscale: #070707. Windows color (decimal): -15859681 or 2031630. OLE color: 2031630.

HSL color Cylindrical-coordinate representation of color #0E001F: hue angle of 267.1º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E001F is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 0 31 -
CMYK 0.55 1 0 0.88
HSL 267.1º 1% 0.06% -
HSV(B) 267.1º 1% 0.12% -
XYZ 0.43 0.19 1.31 -
YUV 7.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 14 0 31 0.55 1 0 0.88 267.1 1 0.06
Hex E 0 1F 37 64 0 58 10B 64 6
Octal 16 0 37 67 144 0 130 413 144 6
Binary 1110 0 11111 110111 1100100 0 1011000 100001011 1100100 110

Color Harmonies of #0E001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E001F

Black with #0E001F

Text Example


Text Example

White with #0E001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,0,31); }

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

background-color css

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

 a { background-color: rgb(14,0,31); }

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

border-color css

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

 span { border-color: rgb(14,0,31); }

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