Html Css Color HEX #20172D Blackcurrant

📋 copy color: '#20172D'

red 32 ◦ green 23 ◦ blue 45

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

Shades of Blackcurrant #20172D

Tints of Blackcurrant #20172D

RGB

 RED value IS 32 (12.89% from 255) = 32%

 GREEN value IS 23 (9.38% from 255) = 23%

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

R = 32%
G = 23%
B = 45%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#20172D (or 0x20172D) is known color: Blackcurrant. HEX triplet: 20, 17 and 2D. RGB value is (32,23,45). Sum of RGB (Red+Green+Blue) = 32+23+45=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 45 - color contains mainly: blue. Hex color #20172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20172D is #DFE8D2. Grayscale: #1C1C1C. Windows color (decimal): -14674131 or 2955040. OLE color: 2955040.

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

Color convert

RGB 32 23 45 -
CMYK 0.29 0.49 0 0.82
HSL 264.55º 0.32% 0.13% -
HSV(B) 264.55º 0.49% 0.18% -
XYZ 1.38 1.11 2.62 -
YUV 28.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 32 23 45 0.29 0.49 0 0.82 264.55 0.32 0.13
Hex 20 17 2D 1D 31 0 52 109 20 D
Octal 40 27 55 35 61 0 122 411 40 15
Binary 100000 10111 101101 11101 110001 0 1010010 100001001 100000 1101

Color Harmonies of #20172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20172D

Black with #20172D

Text Example


Text Example

White with #20172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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