Html Css Color HEX #110217 Blackcurrant

📋 copy color: '#110217'

red 17 ◦ green 2 ◦ blue 23

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

Shades of Blackcurrant #110217

Tints of Blackcurrant #110217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 54.76%

R = 40.48%
G = 4.76%
B = 54.76%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#110217 (or 0x110217) is known color: Blackcurrant. HEX triplet: 11, 02 and 17. RGB value is (17,2,23). Sum of RGB (Red+Green+Blue) = 17+2+23=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #110217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110217 is #EEFDE8. Grayscale: #080808. Windows color (decimal): -15662569 or 1507857. OLE color: 1507857.

HSL color Cylindrical-coordinate representation of color #110217: hue angle of 282.86º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110217 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 2 23 -
CMYK 0.26 0.91 0 0.91
HSL 282.86º 0.84% 0.05% -
HSV(B) 282.86º 0.91% 0.09% -
XYZ 0.41 0.22 0.83 -
YUV 8.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 17 2 23 0.26 0.91 0 0.91 282.86 0.84 0.05
Hex 11 2 17 1A 5B 0 5B 11B 54 5
Octal 21 2 27 32 133 0 133 433 124 5
Binary 10001 10 10111 11010 1011011 0 1011011 100011011 1010100 101

Color Harmonies of #110217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110217

Black with #110217

Text Example


Text Example

White with #110217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110217; }

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

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

background-color css

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

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

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

border-color css

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

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

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