Html Css Color HEX #17023C Blackcurrant

📋 copy color: '#17023C'

red 23 ◦ green 2 ◦ blue 60

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

Shades of Blackcurrant #17023C

Tints of Blackcurrant #17023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.35%

 BLUE value IS 60 (23.83% from 255) = 70.59%

R = 27.06%
G = 2.35%
B = 70.59%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#17023C (or 0x17023C) is known color: Blackcurrant. HEX triplet: 17, 02 and 3C. RGB value is (23,2,60). Sum of RGB (Red+Green+Blue) = 23+2+60=85 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.06% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 60 (23.83% from 255 or 70.59% from 85); Max value from RGB is 60 - color contains mainly: blue. Hex color #17023C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17023C is #E8FDC3. Grayscale: #0E0E0E. Windows color (decimal): -15269316 or 3932695. OLE color: 3932695.

HSL color Cylindrical-coordinate representation of color #17023C: hue angle of 261.72º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17023C is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 23 2 60 -
CMYK 0.62 0.97 0 0.76
HSL 261.72º 0.94% 0.12% -
HSV(B) 261.72º 0.97% 0.24% -
XYZ 1.19 0.55 4.32 -
YUV 14.89 153.46 133.78 -
System Red Green Blue C M Y K H S L
Decimal 23 2 60 0.62 0.97 0 0.76 261.72 0.94 0.12
Hex 17 2 3C 3E 61 0 4C 106 5E C
Octal 27 2 74 76 141 0 114 406 136 14
Binary 10111 10 111100 111110 1100001 0 1001100 100000110 1011110 1100

Color Harmonies of #17023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17023C

Black with #17023C

Text Example


Text Example

White with #17023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17023C; }

 p { color: rgb(23,2,60); }

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

background-color css

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

 a { background-color: rgb(23,2,60); }

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

border-color css

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

 span { border-color: rgb(23,2,60); }

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