Html Css Color HEX #17131A Blackcurrant

📋 copy color: '#17131A'

red 23 ◦ green 19 ◦ blue 26

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

Shades of Blackcurrant #17131A

Tints of Blackcurrant #17131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 38.24%

R = 33.82%
G = 27.94%
B = 38.24%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#17131A (or 0x17131A) is known color: Blackcurrant. HEX triplet: 17, 13 and 1A. RGB value is (23,19,26). Sum of RGB (Red+Green+Blue) = 23+19+26=68 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.82% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 26 - color contains mainly: blue. Hex color #17131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17131A is #E8ECE5. Grayscale: #141414. Windows color (decimal): -15264998 or 1708823. OLE color: 1708823.

HSL color Cylindrical-coordinate representation of color #17131A: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #17131A is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 23 19 26 -
CMYK 0.12 0.27 0 0.90
HSL 274.29º 0.16% 0.09% -
HSV(B) 274.29º 0.27% 0.1% -
XYZ 0.77 0.72 1.08 -
YUV 20.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 23 19 26 0.12 0.27 0 0.90 274.29 0.16 0.09
Hex 17 13 1A C 1B 0 5A 112 10 9
Octal 27 23 32 14 33 0 132 422 20 11
Binary 10111 10011 11010 1100 11011 0 1011010 100010010 10000 1001

Color Harmonies of #17131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17131A

Black with #17131A

Text Example


Text Example

White with #17131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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