Html Css Color HEX #110814 Blackcurrant

📋 copy color: '#110814'

red 17 ◦ green 8 ◦ blue 20

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

Shades of Blackcurrant #110814

Tints of Blackcurrant #110814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.78%

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

R = 37.78%
G = 17.78%
B = 44.44%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110814 (or 0x110814) is known color: Blackcurrant. HEX triplet: 11, 08 and 14. RGB value is (17,8,20). Sum of RGB (Red+Green+Blue) = 17+8+20=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 20 - color contains mainly: blue. Hex color #110814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110814 is #EEF7EB. Grayscale: #0C0C0C. Windows color (decimal): -15661036 or 1312785. OLE color: 1312785.

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

Color convert

RGB 17 8 20 -
CMYK 0.15 0.60 0 0.92
HSL 285º 0.43% 0.05% -
HSV(B) 285º 0.6% 0.08% -
XYZ 0.44 0.34 0.7 -
YUV 12.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 17 8 20 0.15 0.60 0 0.92 285 0.43 0.05
Hex 11 8 14 F 3C 0 5C 11D 2B 5
Octal 21 10 24 17 74 0 134 435 53 5
Binary 10001 1000 10100 1111 111100 0 1011100 100011101 101011 101

Color Harmonies of #110814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110814

Black with #110814

Text Example


Text Example

White with #110814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110814; }

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

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

background-color css

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

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

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

border-color css

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

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

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