Html Css Color HEX #0E0B10 Blackcurrant

📋 copy color: '#0E0B10'

red 14 ◦ green 11 ◦ blue 16

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

Shades of Blackcurrant #0E0B10

Tints of Blackcurrant #0E0B10

RGB

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

 GREEN value IS 11 (4.69% from 255) = 26.83%

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

R = 34.15%
G = 26.83%
B = 39.02%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0E0B10 (or 0x0E0B10) is known color: Blackcurrant. HEX triplet: 0E, 0B and 10. RGB value is (14,11,16). Sum of RGB (Red+Green+Blue) = 14+11+16=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 16 - color contains mainly: blue. Hex color #0E0B10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0B10 is #F1F4EF. Grayscale: #0C0C0C. Windows color (decimal): -15856880 or 1051406. OLE color: 1051406.

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

Color convert

RGB 14 11 16 -
CMYK 0.13 0.31 0 0.94
HSL 276º 0.19% 0.05% -
HSV(B) 276º 0.31% 0.06% -
XYZ 0.39 0.37 0.54 -
YUV 12.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 14 11 16 0.13 0.31 0 0.94 276 0.19 0.05
Hex E B 10 D 1F 0 5E 114 13 5
Octal 16 13 20 15 37 0 136 424 23 5
Binary 1110 1011 10000 1101 11111 0 1011110 100010100 10011 101

Color Harmonies of #0E0B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0B10

Black with #0E0B10

Text Example


Text Example

White with #0E0B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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