Html Css Color HEX #0E031A Blackcurrant

📋 copy color: '#0E031A'

red 14 ◦ green 3 ◦ blue 26

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

Shades of Blackcurrant #0E031A

Tints of Blackcurrant #0E031A

RGB

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

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

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

R = 32.56%
G = 6.98%
B = 60.47%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0E031A (or 0x0E031A) is known color: Blackcurrant. HEX triplet: 0E, 03 and 1A. RGB value is (14,3,26). Sum of RGB (Red+Green+Blue) = 14+3+26=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 26 (10.55% from 255 or 60.47% from 43); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E031A is #F1FCE5. Grayscale: #080808. Windows color (decimal): -15858918 or 1704718. OLE color: 1704718.

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

Color convert

RGB 14 3 26 -
CMYK 0.46 0.88 0 0.90
HSL 268.7º 0.79% 0.06% -
HSV(B) 268.7º 0.88% 0.1% -
XYZ 0.4 0.23 1 -
YUV 8.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 14 3 26 0.46 0.88 0 0.90 268.7 0.79 0.06
Hex E 3 1A 2E 58 0 5A 10D 4F 6
Octal 16 3 32 56 130 0 132 415 117 6
Binary 1110 11 11010 101110 1011000 0 1011010 100001101 1001111 110

Color Harmonies of #0E031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E031A

Black with #0E031A

Text Example


Text Example

White with #0E031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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