Html Css Color HEX #0E0816 Blackcurrant

📋 copy color: '#0E0816'

red 14 ◦ green 8 ◦ blue 22

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

Shades of Blackcurrant #0E0816

Tints of Blackcurrant #0E0816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 18.18%

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

R = 31.82%
G = 18.18%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0816 (or 0x0E0816) is known color: Blackcurrant. HEX triplet: 0E, 08 and 16. RGB value is (14,8,22). Sum of RGB (Red+Green+Blue) = 14+8+22=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E0816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0816 is #F1F7E9. Grayscale: #0B0B0B. Windows color (decimal): -15857642 or 1443854. OLE color: 1443854.

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

Color convert

RGB 14 8 22 -
CMYK 0.36 0.64 0 0.91
HSL 265.71º 0.47% 0.06% -
HSV(B) 265.71º 0.64% 0.09% -
XYZ 0.41 0.32 0.8 -
YUV 11.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 14 8 22 0.36 0.64 0 0.91 265.71 0.47 0.06
Hex E 8 16 24 40 0 5B 10A 2F 6
Octal 16 10 26 44 100 0 133 412 57 6
Binary 1110 1000 10110 100100 1000000 0 1011011 100001010 101111 110

Color Harmonies of #0E0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0816

Black with #0E0816

Text Example


Text Example

White with #0E0816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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