Html Css Color HEX #0E001E Blackcurrant

📋 copy color: '#0E001E'

red 14 ◦ green 0 ◦ blue 30

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

Shades of Blackcurrant #0E001E

Tints of Blackcurrant #0E001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 68.18%

R = 31.82%
G = 0%
B = 68.18%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E001E (or 0x0E001E) is known color: Blackcurrant. HEX triplet: 0E, 00 and 1E. RGB value is (14,0,30). Sum of RGB (Red+Green+Blue) = 14+0+30=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 30 (12.11% from 255 or 68.18% from 44); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E001E is #F1FFE1. Grayscale: #070707. Windows color (decimal): -15859682 or 1966094. OLE color: 1966094.

HSL color Cylindrical-coordinate representation of color #0E001E: hue angle of 268º 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 #0E001E is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 0 30 -
CMYK 0.53 1 0 0.88
HSL 268º 1% 0.06% -
HSV(B) 268º 1% 0.12% -
XYZ 0.42 0.19 1.24 -
YUV 7.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 14 0 30 0.53 1 0 0.88 268 1 0.06
Hex E 0 1E 35 64 0 58 10C 64 6
Octal 16 0 36 65 144 0 130 414 144 6
Binary 1110 0 11110 110101 1100100 0 1011000 100001100 1100100 110

Color Harmonies of #0E001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E001E

Black with #0E001E

Text Example


Text Example

White with #0E001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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