Html Css Color HEX #0E0712 Blackcurrant

📋 copy color: '#0E0712'

red 14 ◦ green 7 ◦ blue 18

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

Shades of Blackcurrant #0E0712

Tints of Blackcurrant #0E0712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 46.15%

R = 35.9%
G = 17.95%
B = 46.15%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0E0712 (or 0x0E0712) is known color: Blackcurrant. HEX triplet: 0E, 07 and 12. RGB value is (14,7,18). Sum of RGB (Red+Green+Blue) = 14+7+18=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 18 - color contains mainly: blue. Hex color #0E0712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0712 is #F1F8ED. Grayscale: #0A0A0A. Windows color (decimal): -15857902 or 1181454. OLE color: 1181454.

HSL color Cylindrical-coordinate representation of color #0E0712: hue angle of 278.18º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0E0712 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 14 7 18 -
CMYK 0.22 0.61 0 0.93
HSL 278.18º 0.44% 0.05% -
HSV(B) 278.18º 0.61% 0.07% -
XYZ 0.37 0.29 0.61 -
YUV 10.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 14 7 18 0.22 0.61 0 0.93 278.18 0.44 0.05
Hex E 7 12 16 3D 0 5D 116 2C 5
Octal 16 7 22 26 75 0 135 426 54 5
Binary 1110 111 10010 10110 111101 0 1011101 100010110 101100 101

Color Harmonies of #0E0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0712

Black with #0E0712

Text Example


Text Example

White with #0E0712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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