Html Css Color HEX #110614 Blackcurrant

📋 copy color: '#110614'

red 17 ◦ green 6 ◦ blue 20

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

Shades of Blackcurrant #110614

Tints of Blackcurrant #110614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.95%

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

R = 39.53%
G = 13.95%
B = 46.51%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110614 (or 0x110614) is known color: Blackcurrant. HEX triplet: 11, 06 and 14. RGB value is (17,6,20). Sum of RGB (Red+Green+Blue) = 17+6+20=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #110614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110614 is #EEF9EB. Grayscale: #0A0A0A. Windows color (decimal): -15661548 or 1312273. OLE color: 1312273.

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

Color convert

RGB 17 6 20 -
CMYK 0.15 0.70 0 0.92
HSL 287.14º 0.54% 0.05% -
HSV(B) 287.14º 0.7% 0.08% -
XYZ 0.42 0.3 0.7 -
YUV 10.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 17 6 20 0.15 0.70 0 0.92 287.14 0.54 0.05
Hex 11 6 14 F 46 0 5C 11F 36 5
Octal 21 6 24 17 106 0 134 437 66 5
Binary 10001 110 10100 1111 1000110 0 1011100 100011111 110110 101

Color Harmonies of #110614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110614

Black with #110614

Text Example


Text Example

White with #110614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110614; }

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

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

background-color css

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

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

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

border-color css

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

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

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