Html Css Color HEX #0E0B12 Blackcurrant

📋 copy color: '#0E0B12'

red 14 ◦ green 11 ◦ blue 18

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

Shades of Blackcurrant #0E0B12

Tints of Blackcurrant #0E0B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 41.86%

R = 32.56%
G = 25.58%
B = 41.86%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0E0B12 (or 0x0E0B12) is known color: Blackcurrant. HEX triplet: 0E, 0B and 12. RGB value is (14,11,18). Sum of RGB (Red+Green+Blue) = 14+11+18=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 18 - color contains mainly: blue. Hex color #0E0B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0B12 is #F1F4ED. Grayscale: #0C0C0C. Windows color (decimal): -15856878 or 1182478. OLE color: 1182478.

HSL color Cylindrical-coordinate representation of color #0E0B12: hue angle of 265.71º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0E0B12 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 14 11 18 -
CMYK 0.22 0.39 0 0.93
HSL 265.71º 0.24% 0.06% -
HSV(B) 265.71º 0.39% 0.07% -
XYZ 0.41 0.38 0.62 -
YUV 12.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 14 11 18 0.22 0.39 0 0.93 265.71 0.24 0.06
Hex E B 12 16 27 0 5D 10A 18 6
Octal 16 13 22 26 47 0 135 412 30 6
Binary 1110 1011 10010 10110 100111 0 1011101 100001010 11000 110

Color Harmonies of #0E0B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0B12

Black with #0E0B12

Text Example


Text Example

White with #0E0B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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