Html Css Color HEX #17001F Blackcurrant

📋 copy color: '#17001F'

red 23 ◦ green 0 ◦ blue 31

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

Shades of Blackcurrant #17001F

Tints of Blackcurrant #17001F

RGB

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

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

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

R = 42.59%
G = 0%
B = 57.41%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#17001F (or 0x17001F) is known color: Blackcurrant. HEX triplet: 17, 00 and 1F. RGB value is (23,0,31). Sum of RGB (Red+Green+Blue) = 23+0+31=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #17001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17001F is #E8FFE0. Grayscale: #0A0A0A. Windows color (decimal): -15269857 or 2031639. OLE color: 2031639.

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

Color convert

RGB 23 0 31 -
CMYK 0.26 1 0 0.88
HSL 284.52º 1% 0.06% -
HSV(B) 284.52º 1% 0.12% -
XYZ 0.6 0.28 1.32 -
YUV 10.41 139.62 136.98 -
System Red Green Blue C M Y K H S L
Decimal 23 0 31 0.26 1 0 0.88 284.52 1 0.06
Hex 17 0 1F 1A 64 0 58 11D 64 6
Octal 27 0 37 32 144 0 130 435 144 6
Binary 10111 0 11111 11010 1100100 0 1011000 100011101 1100100 110

Color Harmonies of #17001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17001F

Black with #17001F

Text Example


Text Example

White with #17001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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