Html Css Color HEX #0E0716 Blackcurrant

📋 copy color: '#0E0716'

red 14 ◦ green 7 ◦ blue 22

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

Shades of Blackcurrant #0E0716

Tints of Blackcurrant #0E0716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 51.16%

R = 32.56%
G = 16.28%
B = 51.16%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0716 (or 0x0E0716) is known color: Blackcurrant. HEX triplet: 0E, 07 and 16. RGB value is (14,7,22). Sum of RGB (Red+Green+Blue) = 14+7+22=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E0716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0716 is #F1F8E9. Grayscale: #0A0A0A. Windows color (decimal): -15857898 or 1443598. OLE color: 1443598.

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

Color convert

RGB 14 7 22 -
CMYK 0.36 0.68 0 0.91
HSL 268º 0.52% 0.06% -
HSV(B) 268º 0.68% 0.09% -
XYZ 0.4 0.3 0.8 -
YUV 10.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 14 7 22 0.36 0.68 0 0.91 268 0.52 0.06
Hex E 7 16 24 44 0 5B 10C 34 6
Octal 16 7 26 44 104 0 133 414 64 6
Binary 1110 111 10110 100100 1000100 0 1011011 100001100 110100 110

Color Harmonies of #0E0716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0716

Black with #0E0716

Text Example


Text Example

White with #0E0716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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