Html Css Color HEX #110B15 Blackcurrant

📋 copy color: '#110B15'

red 17 ◦ green 11 ◦ blue 21

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

Shades of Blackcurrant #110B15

Tints of Blackcurrant #110B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 22.45%

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

R = 34.69%
G = 22.45%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110B15 (or 0x110B15) is known color: Blackcurrant. HEX triplet: 11, 0B and 15. RGB value is (17,11,21). Sum of RGB (Red+Green+Blue) = 17+11+21=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #110B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B15 is #EEF4EA. Grayscale: #0D0D0D. Windows color (decimal): -15660267 or 1379089. OLE color: 1379089.

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

Color convert

RGB 17 11 21 -
CMYK 0.19 0.48 0 0.92
HSL 276º 0.31% 0.06% -
HSV(B) 276º 0.48% 0.08% -
XYZ 0.49 0.41 0.76 -
YUV 13.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 17 11 21 0.19 0.48 0 0.92 276 0.31 0.06
Hex 11 B 15 13 30 0 5C 114 1F 6
Octal 21 13 25 23 60 0 134 424 37 6
Binary 10001 1011 10101 10011 110000 0 1011100 100010100 11111 110

Color Harmonies of #110B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B15

Black with #110B15

Text Example


Text Example

White with #110B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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