Html Css Color HEX #0E0516 Blackcurrant

📋 copy color: '#0E0516'

red 14 ◦ green 5 ◦ blue 22

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

Shades of Blackcurrant #0E0516

Tints of Blackcurrant #0E0516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 12.2%

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

R = 34.15%
G = 12.2%
B = 53.66%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0516 (or 0x0E0516) is known color: Blackcurrant. HEX triplet: 0E, 05 and 16. RGB value is (14,5,22). Sum of RGB (Red+Green+Blue) = 14+5+22=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E0516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0516 is #F1FAE9. Grayscale: #090909. Windows color (decimal): -15858410 or 1443086. OLE color: 1443086.

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

Color convert

RGB 14 5 22 -
CMYK 0.36 0.77 0 0.91
HSL 271.76º 0.63% 0.05% -
HSV(B) 271.76º 0.77% 0.09% -
XYZ 0.38 0.26 0.79 -
YUV 9.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 14 5 22 0.36 0.77 0 0.91 271.76 0.63 0.05
Hex E 5 16 24 4D 0 5B 110 3F 5
Octal 16 5 26 44 115 0 133 420 77 5
Binary 1110 101 10110 100100 1001101 0 1011011 100010000 111111 101

Color Harmonies of #0E0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0516

Black with #0E0516

Text Example


Text Example

White with #0E0516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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