Html Css Color HEX #110E12 Blackcurrant

📋 copy color: '#110E12'

red 17 ◦ green 14 ◦ blue 18

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

Shades of Blackcurrant #110E12

Tints of Blackcurrant #110E12

RGB

 RED value IS 17 (7.03% from 255) = 34.69%

 GREEN value IS 14 (5.86% from 255) = 28.57%

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

R = 34.69%
G = 28.57%
B = 36.73%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#110E12 (or 0x110E12) is known color: Blackcurrant. HEX triplet: 11, 0E and 12. RGB value is (17,14,18). Sum of RGB (Red+Green+Blue) = 17+14+18=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 18 - color contains mainly: blue. Hex color #110E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E12 is #EEF1ED. Grayscale: #0F0F0F. Windows color (decimal): -15659502 or 1183249. OLE color: 1183249.

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

Color convert

RGB 17 14 18 -
CMYK 0.06 0.22 0 0.93
HSL 285º 0.13% 0.06% -
HSV(B) 285º 0.22% 0.07% -
XYZ 0.5 0.48 0.64 -
YUV 15.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 17 14 18 0.06 0.22 0 0.93 285 0.13 0.06
Hex 11 E 12 6 16 0 5D 11D C 6
Octal 21 16 22 6 26 0 135 435 14 6
Binary 10001 1110 10010 110 10110 0 1011101 100011101 1100 110

Color Harmonies of #110E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E12

Black with #110E12

Text Example


Text Example

White with #110E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110E12; }

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

 H1.HeaderClassName
 {
   color: #110E12;
 }
 .AnyTagClassName
 {
   color: #110E12;
 }
</style>

background-color css

<style>
 a { background-color: #110E12; }

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

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

border-color css

<style>
 span { border-color: #110E12; }

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

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