Html Css Color HEX #170D1F Blackcurrant

📋 copy color: '#170D1F'

red 23 ◦ green 13 ◦ blue 31

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

Shades of Blackcurrant #170D1F

Tints of Blackcurrant #170D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 19.4%

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

R = 34.33%
G = 19.4%
B = 46.27%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#170D1F (or 0x170D1F) is known color: Blackcurrant. HEX triplet: 17, 0D and 1F. RGB value is (23,13,31). Sum of RGB (Red+Green+Blue) = 23+13+31=67 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.33% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #170D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170D1F is #E8F2E0. Grayscale: #111111. Windows color (decimal): -15266529 or 2034967. OLE color: 2034967.

HSL color Cylindrical-coordinate representation of color #170D1F: hue angle of 273.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #170D1F is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 23 13 31 -
CMYK 0.26 0.58 0 0.88
HSL 273.33º 0.41% 0.09% -
HSV(B) 273.33º 0.58% 0.12% -
XYZ 0.74 0.57 1.37 -
YUV 18.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 23 13 31 0.26 0.58 0 0.88 273.33 0.41 0.09
Hex 17 D 1F 1A 3A 0 58 111 29 9
Octal 27 15 37 32 72 0 130 421 51 11
Binary 10111 1101 11111 11010 111010 0 1011000 100010001 101001 1001

Color Harmonies of #170D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170D1F

Black with #170D1F

Text Example


Text Example

White with #170D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170D1F; }

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

 H1.HeaderClassName
 {
   color: #170D1F;
 }
 .AnyTagClassName
 {
   color: #170D1F;
 }
</style>

background-color css

<style>
 a { background-color: #170D1F; }

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

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

border-color css

<style>
 span { border-color: #170D1F; }

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

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