Html Css Color HEX #0E0313 Blackcurrant

📋 copy color: '#0E0313'

red 14 ◦ green 3 ◦ blue 19

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

Shades of Blackcurrant #0E0313

Tints of Blackcurrant #0E0313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.33%

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

R = 38.89%
G = 8.33%
B = 52.78%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0E0313 (or 0x0E0313) is known color: Blackcurrant. HEX triplet: 0E, 03 and 13. RGB value is (14,3,19). Sum of RGB (Red+Green+Blue) = 14+3+19=36 (4% of max value = 765). Red value is 14 (5.86% from 255 or 38.89% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #0E0313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0313 is #F1FCEC. Grayscale: #080808. Windows color (decimal): -15858925 or 1245966. OLE color: 1245966.

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

Color convert

RGB 14 3 19 -
CMYK 0.26 0.84 0 0.93
HSL 281.25º 0.73% 0.04% -
HSV(B) 281.25º 0.84% 0.07% -
XYZ 0.33 0.21 0.64 -
YUV 8.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 14 3 19 0.26 0.84 0 0.93 281.25 0.73 0.04
Hex E 3 13 1A 54 0 5D 119 49 4
Octal 16 3 23 32 124 0 135 431 111 4
Binary 1110 11 10011 11010 1010100 0 1011101 100011001 1001001 100

Color Harmonies of #0E0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0313

Black with #0E0313

Text Example


Text Example

White with #0E0313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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