Html Css Color HEX #0E0518 Blackcurrant

📋 copy color: '#0E0518'

red 14 ◦ green 5 ◦ blue 24

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

Shades of Blackcurrant #0E0518

Tints of Blackcurrant #0E0518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 55.81%

R = 32.56%
G = 11.63%
B = 55.81%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0518 (or 0x0E0518) is known color: Blackcurrant. HEX triplet: 0E, 05 and 18. RGB value is (14,5,24). Sum of RGB (Red+Green+Blue) = 14+5+24=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E0518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0518 is #F1FAE7. Grayscale: #090909. Windows color (decimal): -15858408 or 1574158. OLE color: 1574158.

HSL color Cylindrical-coordinate representation of color #0E0518: hue angle of 268.42º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E0518 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 5 24 -
CMYK 0.42 0.79 0 0.91
HSL 268.42º 0.66% 0.06% -
HSV(B) 268.42º 0.79% 0.09% -
XYZ 0.4 0.27 0.89 -
YUV 9.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 14 5 24 0.42 0.79 0 0.91 268.42 0.66 0.06
Hex E 5 18 2A 4F 0 5B 10C 42 6
Octal 16 5 30 52 117 0 133 414 102 6
Binary 1110 101 11000 101010 1001111 0 1011011 100001100 1000010 110

Color Harmonies of #0E0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0518

Black with #0E0518

Text Example


Text Example

White with #0E0518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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