Html Css Color HEX #17013A Blackcurrant

📋 copy color: '#17013A'

red 23 ◦ green 1 ◦ blue 58

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

Shades of Blackcurrant #17013A

Tints of Blackcurrant #17013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 70.73%

R = 28.05%
G = 1.22%
B = 70.73%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#17013A (or 0x17013A) is known color: Blackcurrant. HEX triplet: 17, 01 and 3A. RGB value is (23,1,58). Sum of RGB (Red+Green+Blue) = 23+1+58=82 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.05% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 58 (23.05% from 255 or 70.73% from 82); Max value from RGB is 58 - color contains mainly: blue. Hex color #17013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17013A is #E8FEC5. Grayscale: #0D0D0D. Windows color (decimal): -15269574 or 3801367. OLE color: 3801367.

HSL color Cylindrical-coordinate representation of color #17013A: hue angle of 263.16º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #17013A is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 23 1 58 -
CMYK 0.60 0.98 0 0.77
HSL 263.16º 0.97% 0.12% -
HSV(B) 263.16º 0.98% 0.23% -
XYZ 1.13 0.51 4.04 -
YUV 14.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 23 1 58 0.60 0.98 0 0.77 263.16 0.97 0.12
Hex 17 1 3A 3C 62 0 4D 107 61 C
Octal 27 1 72 74 142 0 115 407 141 14
Binary 10111 1 111010 111100 1100010 0 1001101 100000111 1100001 1100

Color Harmonies of #17013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17013A

Black with #17013A

Text Example


Text Example

White with #17013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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