Html Css Color HEX #110013 Blackcurrant

📋 copy color: '#110013'

red 17 ◦ green 0 ◦ blue 19

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

Shades of Blackcurrant #110013

Tints of Blackcurrant #110013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 52.78%

R = 47.22%
G = 0%
B = 52.78%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#110013 (or 0x110013) is known color: Blackcurrant. HEX triplet: 11, 00 and 13. RGB value is (17,0,19). Sum of RGB (Red+Green+Blue) = 17+0+19=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #110013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110013 is #EEFFEC. Grayscale: #070707. Windows color (decimal): -15663085 or 1245201. OLE color: 1245201.

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

Color convert

RGB 17 0 19 -
CMYK 0.11 1 0 0.93
HSL 293.68º 1% 0.04% -
HSV(B) 293.68º 1% 0.07% -
XYZ 0.35 0.17 0.63 -
YUV 7.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 17 0 19 0.11 1 0 0.93 293.68 1 0.04
Hex 11 0 13 B 64 0 5D 126 64 4
Octal 21 0 23 13 144 0 135 446 144 4
Binary 10001 0 10011 1011 1100100 0 1011101 100100110 1100100 100

Color Harmonies of #110013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110013

Black with #110013

Text Example


Text Example

White with #110013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110013; }

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

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

background-color css

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

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

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

border-color css

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

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

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