Html Css Color HEX #0E051F Blackcurrant

📋 copy color: '#0E051F'

red 14 ◦ green 5 ◦ blue 31

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

Shades of Blackcurrant #0E051F

Tints of Blackcurrant #0E051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10%

 BLUE value IS 31 (12.5% from 255) = 62%

R = 28%
G = 10%
B = 62%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E051F (or 0x0E051F) is known color: Blackcurrant. HEX triplet: 0E, 05 and 1F. RGB value is (14,5,31). Sum of RGB (Red+Green+Blue) = 14+5+31=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E051F is #F1FAE0. Grayscale: #0A0A0A. Windows color (decimal): -15858401 or 2032910. OLE color: 2032910.

HSL color Cylindrical-coordinate representation of color #0E051F: hue angle of 260.77º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E051F is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 5 31 -
CMYK 0.55 0.84 0 0.88
HSL 260.77º 0.72% 0.07% -
HSV(B) 260.77º 0.84% 0.12% -
XYZ 0.48 0.3 1.33 -
YUV 10.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 14 5 31 0.55 0.84 0 0.88 260.77 0.72 0.07
Hex E 5 1F 37 54 0 58 105 48 7
Octal 16 5 37 67 124 0 130 405 110 7
Binary 1110 101 11111 110111 1010100 0 1011000 100000101 1001000 111

Color Harmonies of #0E051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E051F

Black with #0E051F

Text Example


Text Example

White with #0E051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,5,31); }

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

background-color css

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

 a { background-color: rgb(14,5,31); }

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

border-color css

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

 span { border-color: rgb(14,5,31); }

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