Html Css Color HEX #17011F Blackcurrant

📋 copy color: '#17011F'

red 23 ◦ green 1 ◦ blue 31

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

Shades of Blackcurrant #17011F

Tints of Blackcurrant #17011F

RGB

 RED value IS 23 (9.38% from 255) = 41.82%

 GREEN value IS 1 (0.78% from 255) = 1.82%

 BLUE value IS 31 (12.5% from 255) = 56.36%

R = 41.82%
G = 1.82%
B = 56.36%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#17011F (or 0x17011F) is known color: Blackcurrant. HEX triplet: 17, 01 and 1F. RGB value is (23,1,31). Sum of RGB (Red+Green+Blue) = 23+1+31=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #17011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17011F is #E8FEE0. Grayscale: #0A0A0A. Windows color (decimal): -15269601 or 2031895. OLE color: 2031895.

HSL color Cylindrical-coordinate representation of color #17011F: hue angle of 284º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17011F is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 23 1 31 -
CMYK 0.26 0.97 0 0.88
HSL 284º 0.94% 0.06% -
HSV(B) 284º 0.97% 0.12% -
XYZ 0.61 0.3 1.32 -
YUV 11 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 23 1 31 0.26 0.97 0 0.88 284 0.94 0.06
Hex 17 1 1F 1A 61 0 58 11C 5E 6
Octal 27 1 37 32 141 0 130 434 136 6
Binary 10111 1 11111 11010 1100001 0 1011000 100011100 1011110 110

Color Harmonies of #17011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17011F

Black with #17011F

Text Example


Text Example

White with #17011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17011F; }

 p { color: rgb(23,1,31); }

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

background-color css

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

 a { background-color: rgb(23,1,31); }

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

border-color css

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

 span { border-color: rgb(23,1,31); }

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