Html Css Color HEX #0E0B0F Blackcurrant

📋 copy color: '#0E0B0F'

red 14 ◦ green 11 ◦ blue 15

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

Shades of Blackcurrant #0E0B0F

Tints of Blackcurrant #0E0B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 37.5%

R = 35%
G = 27.5%
B = 37.5%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0E0B0F (or 0x0E0B0F) is known color: Blackcurrant. HEX triplet: 0E, 0B and 0F. RGB value is (14,11,15). Sum of RGB (Red+Green+Blue) = 14+11+15=40 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 15 - color contains mainly: blue. Hex color #0E0B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0B0F is #F1F4F0. Grayscale: #0C0C0C. Windows color (decimal): -15856881 or 985870. OLE color: 985870.

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

Color convert

RGB 14 11 15 -
CMYK 0.07 0.27 0 0.94
HSL 285º 0.15% 0.05% -
HSV(B) 285º 0.27% 0.06% -
XYZ 0.39 0.37 0.5 -
YUV 12.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 14 11 15 0.07 0.27 0 0.94 285 0.15 0.05
Hex E B F 7 1B 0 5E 11D F 5
Octal 16 13 17 7 33 0 136 435 17 5
Binary 1110 1011 1111 111 11011 0 1011110 100011101 1111 101

Color Harmonies of #0E0B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0B0F

Black with #0E0B0F

Text Example


Text Example

White with #0E0B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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