Html Css Color HEX #170E1F Blackcurrant

📋 copy color: '#170E1F'

red 23 ◦ green 14 ◦ blue 31

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

Shades of Blackcurrant #170E1F

Tints of Blackcurrant #170E1F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 20.59%

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

R = 33.82%
G = 20.59%
B = 45.59%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#170E1F (or 0x170E1F) is known color: Blackcurrant. HEX triplet: 17, 0E and 1F. RGB value is (23,14,31). Sum of RGB (Red+Green+Blue) = 23+14+31=68 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.82% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: blue. Hex color #170E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170E1F is #E8F1E0. Grayscale: #121212. Windows color (decimal): -15266273 or 2035223. OLE color: 2035223.

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

Color convert

RGB 23 14 31 -
CMYK 0.26 0.55 0 0.88
HSL 271.76º 0.38% 0.09% -
HSV(B) 271.76º 0.55% 0.12% -
XYZ 0.76 0.6 1.37 -
YUV 18.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 23 14 31 0.26 0.55 0 0.88 271.76 0.38 0.09
Hex 17 E 1F 1A 37 0 58 110 26 9
Octal 27 16 37 32 67 0 130 420 46 11
Binary 10111 1110 11111 11010 110111 0 1011000 100010000 100110 1001

Color Harmonies of #170E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170E1F

Black with #170E1F

Text Example


Text Example

White with #170E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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