Html Css Color HEX #0E0717 Blackcurrant

📋 copy color: '#0E0717'

red 14 ◦ green 7 ◦ blue 23

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

Shades of Blackcurrant #0E0717

Tints of Blackcurrant #0E0717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.91%

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

R = 31.82%
G = 15.91%
B = 52.27%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0717 (or 0x0E0717) is known color: Blackcurrant. HEX triplet: 0E, 07 and 17. RGB value is (14,7,23). Sum of RGB (Red+Green+Blue) = 14+7+23=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E0717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0717 is #F1F8E8. Grayscale: #0A0A0A. Windows color (decimal): -15857897 or 1509134. OLE color: 1509134.

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

Color convert

RGB 14 7 23 -
CMYK 0.39 0.70 0 0.91
HSL 266.25º 0.53% 0.06% -
HSV(B) 266.25º 0.7% 0.09% -
XYZ 0.41 0.31 0.85 -
YUV 10.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 14 7 23 0.39 0.70 0 0.91 266.25 0.53 0.06
Hex E 7 17 27 46 0 5B 10A 35 6
Octal 16 7 27 47 106 0 133 412 65 6
Binary 1110 111 10111 100111 1000110 0 1011011 100001010 110101 110

Color Harmonies of #0E0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0717

Black with #0E0717

Text Example


Text Example

White with #0E0717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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