Html Css Color HEX #110D14 Blackcurrant

📋 copy color: '#110D14'

red 17 ◦ green 13 ◦ blue 20

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

Shades of Blackcurrant #110D14

Tints of Blackcurrant #110D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 26%

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

R = 34%
G = 26%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110D14 (or 0x110D14) is known color: Blackcurrant. HEX triplet: 11, 0D and 14. RGB value is (17,13,20). Sum of RGB (Red+Green+Blue) = 17+13+20=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 20 - color contains mainly: blue. Hex color #110D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D14 is #EEF2EB. Grayscale: #0E0E0E. Windows color (decimal): -15659756 or 1314065. OLE color: 1314065.

HSL color Cylindrical-coordinate representation of color #110D14: hue angle of 274.29º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #110D14 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 13 20 -
CMYK 0.15 0.35 0 0.92
HSL 274.29º 0.21% 0.06% -
HSV(B) 274.29º 0.35% 0.08% -
XYZ 0.5 0.46 0.72 -
YUV 14.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 17 13 20 0.15 0.35 0 0.92 274.29 0.21 0.06
Hex 11 D 14 F 23 0 5C 112 15 6
Octal 21 15 24 17 43 0 134 422 25 6
Binary 10001 1101 10100 1111 100011 0 1011100 100010010 10101 110

Color Harmonies of #110D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D14

Black with #110D14

Text Example


Text Example

White with #110D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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