Html Css Color HEX #17131C Blackcurrant

📋 copy color: '#17131C'

red 23 ◦ green 19 ◦ blue 28

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

Shades of Blackcurrant #17131C

Tints of Blackcurrant #17131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.14%

 BLUE value IS 28 (11.33% from 255) = 40%

R = 32.86%
G = 27.14%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#17131C (or 0x17131C) is known color: Blackcurrant. HEX triplet: 17, 13 and 1C. RGB value is (23,19,28). Sum of RGB (Red+Green+Blue) = 23+19+28=70 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.86% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 28 - color contains mainly: blue. Hex color #17131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17131C is #E8ECE3. Grayscale: #151515. Windows color (decimal): -15264996 or 1839895. OLE color: 1839895.

HSL color Cylindrical-coordinate representation of color #17131C: hue angle of 266.67º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #17131C is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 23 19 28 -
CMYK 0.18 0.32 0 0.89
HSL 266.67º 0.19% 0.09% -
HSV(B) 266.67º 0.32% 0.11% -
XYZ 0.8 0.73 1.2 -
YUV 21.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 23 19 28 0.18 0.32 0 0.89 266.67 0.19 0.09
Hex 17 13 1C 12 20 0 59 10B 13 9
Octal 27 23 34 22 40 0 131 413 23 11
Binary 10111 10011 11100 10010 100000 0 1011001 100001011 10011 1001

Color Harmonies of #17131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17131C

Black with #17131C

Text Example


Text Example

White with #17131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17131C; }

 p { color: rgb(23,19,28); }

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

background-color css

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

 a { background-color: rgb(23,19,28); }

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

border-color css

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

 span { border-color: rgb(23,19,28); }

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