Html Css Color HEX #17032D Blackcurrant

📋 copy color: '#17032D'

red 23 ◦ green 3 ◦ blue 45

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

Shades of Blackcurrant #17032D

Tints of Blackcurrant #17032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.23%

 BLUE value IS 45 (17.97% from 255) = 63.38%

R = 32.39%
G = 4.23%
B = 63.38%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#17032D (or 0x17032D) is known color: Blackcurrant. HEX triplet: 17, 03 and 2D. RGB value is (23,3,45). Sum of RGB (Red+Green+Blue) = 23+3+45=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 45 (17.97% from 255 or 63.38% from 71); Max value from RGB is 45 - color contains mainly: blue. Hex color #17032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17032D is #E8FCD2. Grayscale: #0D0D0D. Windows color (decimal): -15269075 or 2949911. OLE color: 2949911.

HSL color Cylindrical-coordinate representation of color #17032D: hue angle of 268.57º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #17032D is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 23 3 45 -
CMYK 0.49 0.93 0 0.82
HSL 268.57º 0.88% 0.09% -
HSV(B) 268.57º 0.93% 0.18% -
XYZ 0.86 0.44 2.52 -
YUV 13.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 23 3 45 0.49 0.93 0 0.82 268.57 0.88 0.09
Hex 17 3 2D 31 5D 0 52 10D 58 9
Octal 27 3 55 61 135 0 122 415 130 11
Binary 10111 11 101101 110001 1011101 0 1010010 100001101 1011000 1001

Color Harmonies of #17032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17032D

Black with #17032D

Text Example


Text Example

White with #17032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17032D; }

 p { color: rgb(23,3,45); }

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

background-color css

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

 a { background-color: rgb(23,3,45); }

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

border-color css

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

 span { border-color: rgb(23,3,45); }

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