Html Css Color HEX #0E001A Blackcurrant

📋 copy color: '#0E001A'

red 14 ◦ green 0 ◦ blue 26

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

Shades of Blackcurrant #0E001A

Tints of Blackcurrant #0E001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 65%

R = 35%
G = 0%
B = 65%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0E001A (or 0x0E001A) is known color: Blackcurrant. HEX triplet: 0E, 00 and 1A. RGB value is (14,0,26). Sum of RGB (Red+Green+Blue) = 14+0+26=40 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 26 (10.55% from 255 or 65% from 40); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E001A is #F1FFE5. Grayscale: #070707. Windows color (decimal): -15859686 or 1703950. OLE color: 1703950.

HSL color Cylindrical-coordinate representation of color #0E001A: hue angle of 272.31º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E001A is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 14 0 26 -
CMYK 0.46 1 0 0.90
HSL 272.31º 1% 0.05% -
HSV(B) 272.31º 1% 0.1% -
XYZ 0.37 0.17 0.99 -
YUV 7.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 14 0 26 0.46 1 0 0.90 272.31 1 0.05
Hex E 0 1A 2E 64 0 5A 110 64 5
Octal 16 0 32 56 144 0 132 420 144 5
Binary 1110 0 11010 101110 1100100 0 1011010 100010000 1100100 101

Color Harmonies of #0E001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E001A

Black with #0E001A

Text Example


Text Example

White with #0E001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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