Html Css Color HEX #170A1F Blackcurrant

📋 copy color: '#170A1F'

red 23 ◦ green 10 ◦ blue 31

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

Shades of Blackcurrant #170A1F

Tints of Blackcurrant #170A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.63%

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

R = 35.94%
G = 15.63%
B = 48.44%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#170A1F (or 0x170A1F) is known color: Blackcurrant. HEX triplet: 17, 0A and 1F. RGB value is (23,10,31). Sum of RGB (Red+Green+Blue) = 23+10+31=64 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.94% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #170A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170A1F is #E8F5E0. Grayscale: #101010. Windows color (decimal): -15267297 or 2034199. OLE color: 2034199.

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

Color convert

RGB 23 10 31 -
CMYK 0.26 0.68 0 0.88
HSL 277.14º 0.51% 0.08% -
HSV(B) 277.14º 0.68% 0.12% -
XYZ 0.71 0.5 1.36 -
YUV 16.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 23 10 31 0.26 0.68 0 0.88 277.14 0.51 0.08
Hex 17 A 1F 1A 44 0 58 115 33 8
Octal 27 12 37 32 104 0 130 425 63 10
Binary 10111 1010 11111 11010 1000100 0 1011000 100010101 110011 1000

Color Harmonies of #170A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170A1F

Black with #170A1F

Text Example


Text Example

White with #170A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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