Html Css Color HEX #0E051E Blackcurrant

📋 copy color: '#0E051E'

red 14 ◦ green 5 ◦ blue 30

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

Shades of Blackcurrant #0E051E

Tints of Blackcurrant #0E051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 61.22%

R = 28.57%
G = 10.2%
B = 61.22%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E051E (or 0x0E051E) is known color: Blackcurrant. HEX triplet: 0E, 05 and 1E. RGB value is (14,5,30). Sum of RGB (Red+Green+Blue) = 14+5+30=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E051E is #F1FAE1. Grayscale: #0A0A0A. Windows color (decimal): -15858402 or 1967374. OLE color: 1967374.

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

Color convert

RGB 14 5 30 -
CMYK 0.53 0.83 0 0.88
HSL 261.6º 0.71% 0.07% -
HSV(B) 261.6º 0.83% 0.12% -
XYZ 0.47 0.3 1.26 -
YUV 10.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 14 5 30 0.53 0.83 0 0.88 261.6 0.71 0.07
Hex E 5 1E 35 53 0 58 106 47 7
Octal 16 5 36 65 123 0 130 406 107 7
Binary 1110 101 11110 110101 1010011 0 1011000 100000110 1000111 111

Color Harmonies of #0E051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E051E

Black with #0E051E

Text Example


Text Example

White with #0E051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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