Html Css Color HEX #0E0517 Blackcurrant

📋 copy color: '#0E0517'

red 14 ◦ green 5 ◦ blue 23

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

Shades of Blackcurrant #0E0517

Tints of Blackcurrant #0E0517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 54.76%

R = 33.33%
G = 11.9%
B = 54.76%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0517 (or 0x0E0517) is known color: Blackcurrant. HEX triplet: 0E, 05 and 17. RGB value is (14,5,23). Sum of RGB (Red+Green+Blue) = 14+5+23=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E0517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0517 is #F1FAE8. Grayscale: #090909. Windows color (decimal): -15858409 or 1508622. OLE color: 1508622.

HSL color Cylindrical-coordinate representation of color #0E0517: hue angle of 270º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E0517 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 5 23 -
CMYK 0.39 0.78 0 0.91
HSL 270º 0.64% 0.05% -
HSV(B) 270º 0.78% 0.09% -
XYZ 0.39 0.26 0.84 -
YUV 9.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 14 5 23 0.39 0.78 0 0.91 270 0.64 0.05
Hex E 5 17 27 4E 0 5B 10E 40 5
Octal 16 5 27 47 116 0 133 416 100 5
Binary 1110 101 10111 100111 1001110 0 1011011 100001110 1000000 101

Color Harmonies of #0E0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0517

Black with #0E0517

Text Example


Text Example

White with #0E0517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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