Html Css Color HEX #0E0718 Blackcurrant

📋 copy color: '#0E0718'

red 14 ◦ green 7 ◦ blue 24

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

Shades of Blackcurrant #0E0718

Tints of Blackcurrant #0E0718

RGB

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

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

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

R = 31.11%
G = 15.56%
B = 53.33%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0718 (or 0x0E0718) is known color: Blackcurrant. HEX triplet: 0E, 07 and 18. RGB value is (14,7,24). Sum of RGB (Red+Green+Blue) = 14+7+24=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E0718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0718 is #F1F8E7. Grayscale: #0A0A0A. Windows color (decimal): -15857896 or 1574670. OLE color: 1574670.

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

Color convert

RGB 14 7 24 -
CMYK 0.42 0.71 0 0.91
HSL 264.71º 0.55% 0.06% -
HSV(B) 264.71º 0.71% 0.09% -
XYZ 0.42 0.31 0.9 -
YUV 11.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 14 7 24 0.42 0.71 0 0.91 264.71 0.55 0.06
Hex E 7 18 2A 47 0 5B 109 37 6
Octal 16 7 30 52 107 0 133 411 67 6
Binary 1110 111 11000 101010 1000111 0 1011011 100001001 110111 110

Color Harmonies of #0E0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0718

Black with #0E0718

Text Example


Text Example

White with #0E0718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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