Html Css Color HEX #0E0514 Blackcurrant

📋 copy color: '#0E0514'

red 14 ◦ green 5 ◦ blue 20

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

Shades of Blackcurrant #0E0514

Tints of Blackcurrant #0E0514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 51.28%

R = 35.9%
G = 12.82%
B = 51.28%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0E0514 (or 0x0E0514) is known color: Blackcurrant. HEX triplet: 0E, 05 and 14. RGB value is (14,5,20). Sum of RGB (Red+Green+Blue) = 14+5+20=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #0E0514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0514 is #F1FAEB. Grayscale: #090909. Windows color (decimal): -15858412 or 1312014. OLE color: 1312014.

HSL color Cylindrical-coordinate representation of color #0E0514: hue angle of 276º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E0514 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 5 20 -
CMYK 0.30 0.75 0 0.92
HSL 276º 0.6% 0.05% -
HSV(B) 276º 0.75% 0.08% -
XYZ 0.36 0.25 0.69 -
YUV 9.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 14 5 20 0.30 0.75 0 0.92 276 0.6 0.05
Hex E 5 14 1E 4B 0 5C 114 3C 5
Octal 16 5 24 36 113 0 134 424 74 5
Binary 1110 101 10100 11110 1001011 0 1011100 100010100 111100 101

Color Harmonies of #0E0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0514

Black with #0E0514

Text Example


Text Example

White with #0E0514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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