Html Css Color HEX #170132 Blackcurrant

📋 copy color: '#170132'

red 23 ◦ green 1 ◦ blue 50

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

Shades of Blackcurrant #170132

Tints of Blackcurrant #170132

RGB

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

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

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

R = 31.08%
G = 1.35%
B = 67.57%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#170132 (or 0x170132) is known color: Blackcurrant. HEX triplet: 17, 01 and 32. RGB value is (23,1,50). Sum of RGB (Red+Green+Blue) = 23+1+50=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 50 (19.92% from 255 or 67.57% from 74); Max value from RGB is 50 - color contains mainly: blue. Hex color #170132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170132 is #E8FECD. Grayscale: #0C0C0C. Windows color (decimal): -15269582 or 3277079. OLE color: 3277079.

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

Color convert

RGB 23 1 50 -
CMYK 0.54 0.98 0 0.80
HSL 266.94º 0.96% 0.1% -
HSV(B) 266.94º 0.98% 0.2% -
XYZ 0.94 0.43 3.05 -
YUV 13.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 23 1 50 0.54 0.98 0 0.80 266.94 0.96 0.1
Hex 17 1 32 36 62 0 50 10B 60 A
Octal 27 1 62 66 142 0 120 413 140 12
Binary 10111 1 110010 110110 1100010 0 1010000 100001011 1100000 1010

Color Harmonies of #170132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170132

Black with #170132

Text Example


Text Example

White with #170132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170132; }

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

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

background-color css

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

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

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

border-color css

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

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

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