Html Css Color HEX #110E15 Blackcurrant

📋 copy color: '#110E15'

red 17 ◦ green 14 ◦ blue 21

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

Shades of Blackcurrant #110E15

Tints of Blackcurrant #110E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 40.38%

R = 32.69%
G = 26.92%
B = 40.38%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110E15 (or 0x110E15) is known color: Blackcurrant. HEX triplet: 11, 0E and 15. RGB value is (17,14,21). Sum of RGB (Red+Green+Blue) = 17+14+21=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: blue. Hex color #110E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E15 is #EEF1EA. Grayscale: #0F0F0F. Windows color (decimal): -15659499 or 1379857. OLE color: 1379857.

HSL color Cylindrical-coordinate representation of color #110E15: hue angle of 265.71º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #110E15 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 14 21 -
CMYK 0.19 0.33 0 0.92
HSL 265.71º 0.2% 0.07% -
HSV(B) 265.71º 0.33% 0.08% -
XYZ 0.52 0.49 0.78 -
YUV 15.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 17 14 21 0.19 0.33 0 0.92 265.71 0.2 0.07
Hex 11 E 15 13 21 0 5C 10A 14 7
Octal 21 16 25 23 41 0 134 412 24 7
Binary 10001 1110 10101 10011 100001 0 1011100 100001010 10100 111

Color Harmonies of #110E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E15

Black with #110E15

Text Example


Text Example

White with #110E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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