Html Css Color HEX #0E0117 Blackcurrant

📋 copy color: '#0E0117'

red 14 ◦ green 1 ◦ blue 23

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

Shades of Blackcurrant #0E0117

Tints of Blackcurrant #0E0117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.63%

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

R = 36.84%
G = 2.63%
B = 60.53%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0117 (or 0x0E0117) is known color: Blackcurrant. HEX triplet: 0E, 01 and 17. RGB value is (14,1,23). Sum of RGB (Red+Green+Blue) = 14+1+23=38 (5% of max value = 765). Red value is 14 (5.86% from 255 or 36.84% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 23 (9.38% from 255 or 60.53% from 38); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E0117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0117 is #F1FEE8. Grayscale: #070707. Windows color (decimal): -15859433 or 1507598. OLE color: 1507598.

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

Color convert

RGB 14 1 23 -
CMYK 0.39 0.96 0 0.91
HSL 275.45º 0.92% 0.05% -
HSV(B) 275.45º 0.96% 0.09% -
XYZ 0.35 0.18 0.83 -
YUV 7.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 14 1 23 0.39 0.96 0 0.91 275.45 0.92 0.05
Hex E 1 17 27 60 0 5B 113 5C 5
Octal 16 1 27 47 140 0 133 423 134 5
Binary 1110 1 10111 100111 1100000 0 1011011 100010011 1011100 101

Color Harmonies of #0E0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0117

Black with #0E0117

Text Example


Text Example

White with #0E0117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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