Html Css Color HEX #0E0813 Blackcurrant

📋 copy color: '#0E0813'

red 14 ◦ green 8 ◦ blue 19

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

Shades of Blackcurrant #0E0813

Tints of Blackcurrant #0E0813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 19.51%

 BLUE value IS 19 (7.81% from 255) = 46.34%

R = 34.15%
G = 19.51%
B = 46.34%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0E0813 (or 0x0E0813) is known color: Blackcurrant. HEX triplet: 0E, 08 and 13. RGB value is (14,8,19). Sum of RGB (Red+Green+Blue) = 14+8+19=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #0E0813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0813 is #F1F7EC. Grayscale: #0B0B0B. Windows color (decimal): -15857645 or 1247246. OLE color: 1247246.

HSL color Cylindrical-coordinate representation of color #0E0813: hue angle of 272.73º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0E0813 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 14 8 19 -
CMYK 0.26 0.58 0 0.93
HSL 272.73º 0.41% 0.05% -
HSV(B) 272.73º 0.58% 0.07% -
XYZ 0.39 0.31 0.66 -
YUV 11.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 14 8 19 0.26 0.58 0 0.93 272.73 0.41 0.05
Hex E 8 13 1A 3A 0 5D 111 29 5
Octal 16 10 23 32 72 0 135 421 51 5
Binary 1110 1000 10011 11010 111010 0 1011101 100010001 101001 101

Color Harmonies of #0E0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0813

Black with #0E0813

Text Example


Text Example

White with #0E0813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,8,19); }

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

background-color css

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

 a { background-color: rgb(14,8,19); }

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

border-color css

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

 span { border-color: rgb(14,8,19); }

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