Html Css Color HEX #0E0914 Blackcurrant

📋 copy color: '#0E0914'

red 14 ◦ green 9 ◦ blue 20

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

Shades of Blackcurrant #0E0914

Tints of Blackcurrant #0E0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 20.93%

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

R = 32.56%
G = 20.93%
B = 46.51%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0E0914 (or 0x0E0914) is known color: Blackcurrant. HEX triplet: 0E, 09 and 14. RGB value is (14,9,20). Sum of RGB (Red+Green+Blue) = 14+9+20=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #0E0914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0914 is #F1F6EB. Grayscale: #0B0B0B. Windows color (decimal): -15857388 or 1313038. OLE color: 1313038.

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

Color convert

RGB 14 9 20 -
CMYK 0.30 0.55 0 0.92
HSL 267.27º 0.38% 0.06% -
HSV(B) 267.27º 0.55% 0.08% -
XYZ 0.41 0.34 0.71 -
YUV 11.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 14 9 20 0.30 0.55 0 0.92 267.27 0.38 0.06
Hex E 9 14 1E 37 0 5C 10B 26 6
Octal 16 11 24 36 67 0 134 413 46 6
Binary 1110 1001 10100 11110 110111 0 1011100 100001011 100110 110

Color Harmonies of #0E0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0914

Black with #0E0914

Text Example


Text Example

White with #0E0914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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