Html Css Color HEX #17001A Blackcurrant

📋 copy color: '#17001A'

red 23 ◦ green 0 ◦ blue 26

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

Shades of Blackcurrant #17001A

Tints of Blackcurrant #17001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.94%
G = 0%
B = 53.06%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#17001A (or 0x17001A) is known color: Blackcurrant. HEX triplet: 17, 00 and 1A. RGB value is (23,0,26). Sum of RGB (Red+Green+Blue) = 23+0+26=49 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46.94% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #17001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17001A is #E8FFE5. Grayscale: #090909. Windows color (decimal): -15269862 or 1703959. OLE color: 1703959.

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

Color convert

RGB 23 0 26 -
CMYK 0.12 1 0 0.90
HSL 293.08º 1% 0.05% -
HSV(B) 293.08º 1% 0.1% -
XYZ 0.54 0.26 1 -
YUV 9.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 23 0 26 0.12 1 0 0.90 293.08 1 0.05
Hex 17 0 1A C 64 0 5A 125 64 5
Octal 27 0 32 14 144 0 132 445 144 5
Binary 10111 0 11010 1100 1100100 0 1011010 100100101 1100100 101

Color Harmonies of #17001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17001A

Black with #17001A

Text Example


Text Example

White with #17001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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