Html Css Color HEX #110414 Blackcurrant

📋 copy color: '#110414'

red 17 ◦ green 4 ◦ blue 20

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

Shades of Blackcurrant #110414

Tints of Blackcurrant #110414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.76%

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

R = 41.46%
G = 9.76%
B = 48.78%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110414 (or 0x110414) is known color: Blackcurrant. HEX triplet: 11, 04 and 14. RGB value is (17,4,20). Sum of RGB (Red+Green+Blue) = 17+4+20=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #110414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110414 is #EEFBEB. Grayscale: #090909. Windows color (decimal): -15662060 or 1311761. OLE color: 1311761.

HSL color Cylindrical-coordinate representation of color #110414: hue angle of 288.75º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #110414 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 4 20 -
CMYK 0.15 0.80 0 0.92
HSL 288.75º 0.67% 0.05% -
HSV(B) 288.75º 0.8% 0.08% -
XYZ 0.4 0.26 0.69 -
YUV 9.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 17 4 20 0.15 0.80 0 0.92 288.75 0.67 0.05
Hex 11 4 14 F 50 0 5C 121 43 5
Octal 21 4 24 17 120 0 134 441 103 5
Binary 10001 100 10100 1111 1010000 0 1011100 100100001 1000011 101

Color Harmonies of #110414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110414

Black with #110414

Text Example


Text Example

White with #110414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110414; }

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

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

background-color css

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

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

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

border-color css

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

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

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