Html Css Color HEX #17141A Blackcurrant

📋 copy color: '#17141A'

red 23 ◦ green 20 ◦ blue 26

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

Shades of Blackcurrant #17141A

Tints of Blackcurrant #17141A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 28.99%

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

R = 33.33%
G = 28.99%
B = 37.68%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#17141A (or 0x17141A) is known color: Blackcurrant. HEX triplet: 17, 14 and 1A. RGB value is (23,20,26). Sum of RGB (Red+Green+Blue) = 23+20+26=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 26 - color contains mainly: blue. Hex color #17141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17141A is #E8EBE5. Grayscale: #151515. Windows color (decimal): -15264742 or 1709079. OLE color: 1709079.

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

Color convert

RGB 23 20 26 -
CMYK 0.12 0.23 0 0.90
HSL 270º 0.13% 0.09% -
HSV(B) 270º 0.23% 0.1% -
XYZ 0.79 0.76 1.08 -
YUV 21.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 23 20 26 0.12 0.23 0 0.90 270 0.13 0.09
Hex 17 14 1A C 17 0 5A 10E D 9
Octal 27 24 32 14 27 0 132 416 15 11
Binary 10111 10100 11010 1100 10111 0 1011010 100001110 1101 1001

Color Harmonies of #17141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17141A

Black with #17141A

Text Example


Text Example

White with #17141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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