Html Css Color HEX #110015 Blackcurrant

📋 copy color: '#110015'

red 17 ◦ green 0 ◦ blue 21

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

Shades of Blackcurrant #110015

Tints of Blackcurrant #110015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.74%
G = 0%
B = 55.26%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110015 (or 0x110015) is known color: Blackcurrant. HEX triplet: 11, 00 and 15. RGB value is (17,0,21). Sum of RGB (Red+Green+Blue) = 17+0+21=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #110015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110015 is #EEFFEA. Grayscale: #070707. Windows color (decimal): -15663083 or 1376273. OLE color: 1376273.

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

Color convert

RGB 17 0 21 -
CMYK 0.19 1 0 0.92
HSL 288.57º 1% 0.04% -
HSV(B) 288.57º 1% 0.08% -
XYZ 0.37 0.17 0.72 -
YUV 7.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 17 0 21 0.19 1 0 0.92 288.57 1 0.04
Hex 11 0 15 13 64 0 5C 121 64 4
Octal 21 0 25 23 144 0 134 441 144 4
Binary 10001 0 10101 10011 1100100 0 1011100 100100001 1100100 100

Color Harmonies of #110015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110015

Black with #110015

Text Example


Text Example

White with #110015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110015; }

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

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

background-color css

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

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

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

border-color css

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

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

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