Html Css Color HEX #0E0417 Blackcurrant

📋 copy color: '#0E0417'

red 14 ◦ green 4 ◦ blue 23

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

Shades of Blackcurrant #0E0417

Tints of Blackcurrant #0E0417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.76%

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

R = 34.15%
G = 9.76%
B = 56.1%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0417 (or 0x0E0417) is known color: Blackcurrant. HEX triplet: 0E, 04 and 17. RGB value is (14,4,23). Sum of RGB (Red+Green+Blue) = 14+4+23=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E0417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0417 is #F1FBE8. Grayscale: #090909. Windows color (decimal): -15858665 or 1508366. OLE color: 1508366.

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

Color convert

RGB 14 4 23 -
CMYK 0.39 0.83 0 0.91
HSL 271.58º 0.7% 0.05% -
HSV(B) 271.58º 0.83% 0.09% -
XYZ 0.38 0.24 0.84 -
YUV 9.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 14 4 23 0.39 0.83 0 0.91 271.58 0.7 0.05
Hex E 4 17 27 53 0 5B 110 46 5
Octal 16 4 27 47 123 0 133 420 106 5
Binary 1110 100 10111 100111 1010011 0 1011011 100010000 1000110 101

Color Harmonies of #0E0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0417

Black with #0E0417

Text Example


Text Example

White with #0E0417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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