Html Css Color HEX #110214 Blackcurrant

📋 copy color: '#110214'

red 17 ◦ green 2 ◦ blue 20

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

Shades of Blackcurrant #110214

Tints of Blackcurrant #110214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 5.13%

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

R = 43.59%
G = 5.13%
B = 51.28%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110214 (or 0x110214) is known color: Blackcurrant. HEX triplet: 11, 02 and 14. RGB value is (17,2,20). Sum of RGB (Red+Green+Blue) = 17+2+20=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #110214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110214 is #EEFDEB. Grayscale: #080808. Windows color (decimal): -15662572 or 1311249. OLE color: 1311249.

HSL color Cylindrical-coordinate representation of color #110214: hue angle of 290º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110214 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 2 20 -
CMYK 0.15 0.90 0 0.92
HSL 290º 0.82% 0.04% -
HSV(B) 290º 0.9% 0.08% -
XYZ 0.38 0.21 0.68 -
YUV 8.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 17 2 20 0.15 0.90 0 0.92 290 0.82 0.04
Hex 11 2 14 F 5A 0 5C 122 52 4
Octal 21 2 24 17 132 0 134 442 122 4
Binary 10001 10 10100 1111 1011010 0 1011100 100100010 1010010 100

Color Harmonies of #110214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110214

Black with #110214

Text Example


Text Example

White with #110214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110214; }

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

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

background-color css

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

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

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

border-color css

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

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

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