Html Css Color HEX #0E0A13 Blackcurrant

📋 copy color: '#0E0A13'

red 14 ◦ green 10 ◦ blue 19

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

Shades of Blackcurrant #0E0A13

Tints of Blackcurrant #0E0A13

RGB

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

 GREEN value IS 10 (4.3% from 255) = 23.26%

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

R = 32.56%
G = 23.26%
B = 44.19%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0E0A13 (or 0x0E0A13) is known color: Blackcurrant. HEX triplet: 0E, 0A and 13. RGB value is (14,10,19). Sum of RGB (Red+Green+Blue) = 14+10+19=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 19 - color contains mainly: blue. Hex color #0E0A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0A13 is #F1F5EC. Grayscale: #0C0C0C. Windows color (decimal): -15857133 or 1247758. OLE color: 1247758.

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

Color convert

RGB 14 10 19 -
CMYK 0.26 0.47 0 0.93
HSL 266.67º 0.31% 0.06% -
HSV(B) 266.67º 0.47% 0.07% -
XYZ 0.41 0.36 0.66 -
YUV 12.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 14 10 19 0.26 0.47 0 0.93 266.67 0.31 0.06
Hex E A 13 1A 2F 0 5D 10B 1F 6
Octal 16 12 23 32 57 0 135 413 37 6
Binary 1110 1010 10011 11010 101111 0 1011101 100001011 11111 110

Color Harmonies of #0E0A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0A13

Black with #0E0A13

Text Example


Text Example

White with #0E0A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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