Html Css Color HEX #0E0119 Blackcurrant

📋 copy color: '#0E0119'

red 14 ◦ green 1 ◦ blue 25

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

Shades of Blackcurrant #0E0119

Tints of Blackcurrant #0E0119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.5%

 BLUE value IS 25 (10.16% from 255) = 62.5%

R = 35%
G = 2.5%
B = 62.5%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0E0119 (or 0x0E0119) is known color: Blackcurrant. HEX triplet: 0E, 01 and 19. RGB value is (14,1,25). Sum of RGB (Red+Green+Blue) = 14+1+25=40 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 25 (10.16% from 255 or 62.5% from 40); Max value from RGB is 25 - color contains mainly: blue. Hex color #0E0119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0119 is #F1FEE6. Grayscale: #070707. Windows color (decimal): -15859431 or 1638670. OLE color: 1638670.

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

Color convert

RGB 14 1 25 -
CMYK 0.44 0.96 0 0.90
HSL 272.5º 0.92% 0.05% -
HSV(B) 272.5º 0.96% 0.1% -
XYZ 0.37 0.19 0.94 -
YUV 7.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 14 1 25 0.44 0.96 0 0.90 272.5 0.92 0.05
Hex E 1 19 2C 60 0 5A 110 5C 5
Octal 16 1 31 54 140 0 132 420 134 5
Binary 1110 1 11001 101100 1100000 0 1011010 100010000 1011100 101

Color Harmonies of #0E0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0119

Black with #0E0119

Text Example


Text Example

White with #0E0119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,1,25); }

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

background-color css

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

 a { background-color: rgb(14,1,25); }

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

border-color css

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

 span { border-color: rgb(14,1,25); }

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