Html Css Color HEX #170140 Blackcurrant

📋 copy color: '#170140'

red 23 ◦ green 1 ◦ blue 64

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

Shades of Blackcurrant #170140

Tints of Blackcurrant #170140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.14%

 BLUE value IS 64 (25.39% from 255) = 72.73%

R = 26.14%
G = 1.14%
B = 72.73%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#170140 (or 0x170140) is known color: Blackcurrant. HEX triplet: 17, 01 and 40. RGB value is (23,1,64). Sum of RGB (Red+Green+Blue) = 23+1+64=88 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.14% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 64 (25.39% from 255 or 72.73% from 88); Max value from RGB is 64 - color contains mainly: blue. Hex color #170140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170140 is #E8FEBF. Grayscale: #0E0E0E. Windows color (decimal): -15269568 or 4194583. OLE color: 4194583.

HSL color Cylindrical-coordinate representation of color #170140: hue angle of 260.95º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #170140 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 1 64 -
CMYK 0.64 0.98 0 0.75
HSL 260.95º 0.97% 0.13% -
HSV(B) 260.95º 0.98% 0.25% -
XYZ 1.29 0.57 4.89 -
YUV 14.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 23 1 64 0.64 0.98 0 0.75 260.95 0.97 0.13
Hex 17 1 40 40 62 0 4B 105 61 D
Octal 27 1 100 100 142 0 113 405 141 15
Binary 10111 1 1000000 1000000 1100010 0 1001011 100000101 1100001 1101

Color Harmonies of #170140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170140

Black with #170140

Text Example


Text Example

White with #170140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170140; }

 p { color: rgb(23,1,64); }

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

background-color css

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

 a { background-color: rgb(23,1,64); }

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

border-color css

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

 span { border-color: rgb(23,1,64); }

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