Html Css Color HEX #110114 Blackcurrant

📋 copy color: '#110114'

red 17 ◦ green 1 ◦ blue 20

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

Shades of Blackcurrant #110114

Tints of Blackcurrant #110114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 52.63%

R = 44.74%
G = 2.63%
B = 52.63%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110114 (or 0x110114) is known color: Blackcurrant. HEX triplet: 11, 01 and 14. RGB value is (17,1,20). Sum of RGB (Red+Green+Blue) = 17+1+20=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #110114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110114 is #EEFEEB. Grayscale: #070707. Windows color (decimal): -15662828 or 1310993. OLE color: 1310993.

HSL color Cylindrical-coordinate representation of color #110114: hue angle of 290.53º degrees, saturation: 0.9, 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 #110114 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 1 20 -
CMYK 0.15 0.95 0 0.92
HSL 290.53º 0.9% 0.04% -
HSV(B) 290.53º 0.95% 0.08% -
XYZ 0.37 0.19 0.68 -
YUV 7.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 17 1 20 0.15 0.95 0 0.92 290.53 0.9 0.04
Hex 11 1 14 F 5F 0 5C 123 5A 4
Octal 21 1 24 17 137 0 134 443 132 4
Binary 10001 1 10100 1111 1011111 0 1011100 100100011 1011010 100

Color Harmonies of #110114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110114

Black with #110114

Text Example


Text Example

White with #110114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110114; }

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

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

background-color css

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

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

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

border-color css

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

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

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