Html Css Color HEX #110219 Blackcurrant

📋 copy color: '#110219'

red 17 ◦ green 2 ◦ blue 25

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

Shades of Blackcurrant #110219

Tints of Blackcurrant #110219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 56.82%

R = 38.64%
G = 4.55%
B = 56.82%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#110219 (or 0x110219) is known color: Blackcurrant. HEX triplet: 11, 02 and 19. RGB value is (17,2,25). Sum of RGB (Red+Green+Blue) = 17+2+25=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #110219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110219 is #EEFDE6. Grayscale: #090909. Windows color (decimal): -15662567 or 1638929. OLE color: 1638929.

HSL color Cylindrical-coordinate representation of color #110219: hue angle of 279.13º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110219 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 2 25 -
CMYK 0.32 0.92 0 0.90
HSL 279.13º 0.85% 0.05% -
HSV(B) 279.13º 0.92% 0.1% -
XYZ 0.43 0.23 0.94 -
YUV 9.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 17 2 25 0.32 0.92 0 0.90 279.13 0.85 0.05
Hex 11 2 19 20 5C 0 5A 117 55 5
Octal 21 2 31 40 134 0 132 427 125 5
Binary 10001 10 11001 100000 1011100 0 1011010 100010111 1010101 101

Color Harmonies of #110219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110219

Black with #110219

Text Example


Text Example

White with #110219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110219; }

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

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

background-color css

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

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

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

border-color css

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

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

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