Html Css Color HEX #0E0814 Blackcurrant

📋 copy color: '#0E0814'

red 14 ◦ green 8 ◦ blue 20

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

Shades of Blackcurrant #0E0814

Tints of Blackcurrant #0E0814

RGB

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

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

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

R = 33.33%
G = 19.05%
B = 47.62%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0E0814 (or 0x0E0814) is known color: Blackcurrant. HEX triplet: 0E, 08 and 14. RGB value is (14,8,20). Sum of RGB (Red+Green+Blue) = 14+8+20=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: blue. Hex color #0E0814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0814 is #F1F7EB. Grayscale: #0B0B0B. Windows color (decimal): -15857644 or 1312782. OLE color: 1312782.

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

Color convert

RGB 14 8 20 -
CMYK 0.30 0.60 0 0.92
HSL 270º 0.43% 0.05% -
HSV(B) 270º 0.6% 0.08% -
XYZ 0.39 0.32 0.7 -
YUV 11.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 14 8 20 0.30 0.60 0 0.92 270 0.43 0.05
Hex E 8 14 1E 3C 0 5C 10E 2B 5
Octal 16 10 24 36 74 0 134 416 53 5
Binary 1110 1000 10100 11110 111100 0 1011100 100001110 101011 101

Color Harmonies of #0E0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0814

Black with #0E0814

Text Example


Text Example

White with #0E0814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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