Html Css Color HEX #110D15 Blackcurrant

📋 copy color: '#110D15'

red 17 ◦ green 13 ◦ blue 21

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

Shades of Blackcurrant #110D15

Tints of Blackcurrant #110D15

RGB

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

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

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

R = 33.33%
G = 25.49%
B = 41.18%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110D15 (or 0x110D15) is known color: Blackcurrant. HEX triplet: 11, 0D and 15. RGB value is (17,13,21). Sum of RGB (Red+Green+Blue) = 17+13+21=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 21 - color contains mainly: blue. Hex color #110D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D15 is #EEF2EA. Grayscale: #0F0F0F. Windows color (decimal): -15659755 or 1379601. OLE color: 1379601.

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

Color convert

RGB 17 13 21 -
CMYK 0.19 0.38 0 0.92
HSL 270º 0.24% 0.07% -
HSV(B) 270º 0.38% 0.08% -
XYZ 0.51 0.46 0.77 -
YUV 15.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 17 13 21 0.19 0.38 0 0.92 270 0.24 0.07
Hex 11 D 15 13 26 0 5C 10E 18 7
Octal 21 15 25 23 46 0 134 416 30 7
Binary 10001 1101 10101 10011 100110 0 1011100 100001110 11000 111

Color Harmonies of #110D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D15

Black with #110D15

Text Example


Text Example

White with #110D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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