Html Css Color HEX #110115 Blackcurrant

📋 copy color: '#110115'

red 17 ◦ green 1 ◦ blue 21

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

Shades of Blackcurrant #110115

Tints of Blackcurrant #110115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.56%

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

R = 43.59%
G = 2.56%
B = 53.85%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110115 (or 0x110115) is known color: Blackcurrant. HEX triplet: 11, 01 and 15. RGB value is (17,1,21). Sum of RGB (Red+Green+Blue) = 17+1+21=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #110115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110115 is #EEFEEA. Grayscale: #080808. Windows color (decimal): -15662827 or 1376529. OLE color: 1376529.

HSL color Cylindrical-coordinate representation of color #110115: hue angle of 288º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110115 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 1 21 -
CMYK 0.19 0.95 0 0.92
HSL 288º 0.91% 0.04% -
HSV(B) 288º 0.95% 0.08% -
XYZ 0.38 0.2 0.73 -
YUV 8.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 17 1 21 0.19 0.95 0 0.92 288 0.91 0.04
Hex 11 1 15 13 5F 0 5C 120 5B 4
Octal 21 1 25 23 137 0 134 440 133 4
Binary 10001 1 10101 10011 1011111 0 1011100 100100000 1011011 100

Color Harmonies of #110115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110115

Black with #110115

Text Example


Text Example

White with #110115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110115; }

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

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

background-color css

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

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

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

border-color css

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

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

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