Html Css Color HEX #110A14 Blackcurrant

📋 copy color: '#110A14'

red 17 ◦ green 10 ◦ blue 20

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

Shades of Blackcurrant #110A14

Tints of Blackcurrant #110A14

RGB

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

 GREEN value IS 10 (4.3% from 255) = 21.28%

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

R = 36.17%
G = 21.28%
B = 42.55%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110A14 (or 0x110A14) is known color: Blackcurrant. HEX triplet: 11, 0A and 14. RGB value is (17,10,20). Sum of RGB (Red+Green+Blue) = 17+10+20=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 20 - color contains mainly: blue. Hex color #110A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A14 is #EEF5EB. Grayscale: #0D0D0D. Windows color (decimal): -15660524 or 1313297. OLE color: 1313297.

HSL color Cylindrical-coordinate representation of color #110A14: hue angle of 282º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #110A14 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 10 20 -
CMYK 0.15 0.50 0 0.92
HSL 282º 0.33% 0.06% -
HSV(B) 282º 0.5% 0.08% -
XYZ 0.47 0.39 0.71 -
YUV 13.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 17 10 20 0.15 0.50 0 0.92 282 0.33 0.06
Hex 11 A 14 F 32 0 5C 11A 21 6
Octal 21 12 24 17 62 0 134 432 41 6
Binary 10001 1010 10100 1111 110010 0 1011100 100011010 100001 110

Color Harmonies of #110A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110A14

Black with #110A14

Text Example


Text Example

White with #110A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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