Html Css Color HEX #170032 Blackcurrant

📋 copy color: '#170032'

red 23 ◦ green 0 ◦ blue 50

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

Shades of Blackcurrant #170032

Tints of Blackcurrant #170032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 68.49%

R = 31.51%
G = 0%
B = 68.49%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#170032 (or 0x170032) is known color: Blackcurrant. HEX triplet: 17, 00 and 32. RGB value is (23,0,50). Sum of RGB (Red+Green+Blue) = 23+0+50=73 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.51% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #170032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170032 is #E8FFCD. Grayscale: #0C0C0C. Windows color (decimal): -15269838 or 3276823. OLE color: 3276823.

HSL color Cylindrical-coordinate representation of color #170032: hue angle of 267.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170032 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 23 0 50 -
CMYK 0.54 1 0 0.80
HSL 267.6º 1% 0.1% -
HSV(B) 267.6º 1% 0.2% -
XYZ 0.93 0.41 3.05 -
YUV 12.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 23 0 50 0.54 1 0 0.80 267.6 1 0.1
Hex 17 0 32 36 64 0 50 10C 64 A
Octal 27 0 62 66 144 0 120 414 144 12
Binary 10111 0 110010 110110 1100100 0 1010000 100001100 1100100 1010

Color Harmonies of #170032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170032

Black with #170032

Text Example


Text Example

White with #170032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170032; }

 p { color: rgb(23,0,50); }

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

background-color css

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

 a { background-color: rgb(23,0,50); }

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

border-color css

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

 span { border-color: rgb(23,0,50); }

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