Html Css Color HEX #0E0910 Blackcurrant

📋 copy color: '#0E0910'

red 14 ◦ green 9 ◦ blue 16

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

Shades of Blackcurrant #0E0910

Tints of Blackcurrant #0E0910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 41.03%

R = 35.9%
G = 23.08%
B = 41.03%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0E0910 (or 0x0E0910) is known color: Blackcurrant. HEX triplet: 0E, 09 and 10. RGB value is (14,9,16). Sum of RGB (Red+Green+Blue) = 14+9+16=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 16 - color contains mainly: blue. Hex color #0E0910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0910 is #F1F6EF. Grayscale: #0B0B0B. Windows color (decimal): -15857392 or 1050894. OLE color: 1050894.

HSL color Cylindrical-coordinate representation of color #0E0910: hue angle of 282.86º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0E0910 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 14 9 16 -
CMYK 0.13 0.44 0 0.94
HSL 282.86º 0.28% 0.05% -
HSV(B) 282.86º 0.44% 0.06% -
XYZ 0.37 0.33 0.53 -
YUV 11.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 14 9 16 0.13 0.44 0 0.94 282.86 0.28 0.05
Hex E 9 10 D 2C 0 5E 11B 1C 5
Octal 16 11 20 15 54 0 136 433 34 5
Binary 1110 1001 10000 1101 101100 0 1011110 100011011 11100 101

Color Harmonies of #0E0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0910

Black with #0E0910

Text Example


Text Example

White with #0E0910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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