Html Css Color HEX #110E14 Blackcurrant

📋 copy color: '#110E14'

red 17 ◦ green 14 ◦ blue 20

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

Shades of Blackcurrant #110E14

Tints of Blackcurrant #110E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 39.22%

R = 33.33%
G = 27.45%
B = 39.22%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110E14 (or 0x110E14) is known color: Blackcurrant. HEX triplet: 11, 0E and 14. RGB value is (17,14,20). Sum of RGB (Red+Green+Blue) = 17+14+20=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 20 - color contains mainly: blue. Hex color #110E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E14 is #EEF1EB. Grayscale: #0F0F0F. Windows color (decimal): -15659500 or 1314321. OLE color: 1314321.

HSL color Cylindrical-coordinate representation of color #110E14: hue angle of 270º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #110E14 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 14 20 -
CMYK 0.15 0.30 0 0.92
HSL 270º 0.18% 0.07% -
HSV(B) 270º 0.3% 0.08% -
XYZ 0.51 0.48 0.73 -
YUV 15.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 17 14 20 0.15 0.30 0 0.92 270 0.18 0.07
Hex 11 E 14 F 1E 0 5C 10E 12 7
Octal 21 16 24 17 36 0 134 416 22 7
Binary 10001 1110 10100 1111 11110 0 1011100 100001110 10010 111

Color Harmonies of #110E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E14

Black with #110E14

Text Example


Text Example

White with #110E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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