Html Css Color HEX #201D23 Blackcurrant

📋 copy color: '#201D23'

red 32 ◦ green 29 ◦ blue 35

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

Shades of Blackcurrant #201D23

Tints of Blackcurrant #201D23

RGB

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

 GREEN value IS 29 (11.72% from 255) = 30.21%

 BLUE value IS 35 (14.06% from 255) = 36.46%

R = 33.33%
G = 30.21%
B = 36.46%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#201D23 (or 0x201D23) is known color: Blackcurrant. HEX triplet: 20, 1D and 23. RGB value is (32,29,35). Sum of RGB (Red+Green+Blue) = 32+29+35=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 35 - color contains mainly: blue. Hex color #201D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D23 is #DFE2DC. Grayscale: #1E1E1E. Windows color (decimal): -14672605 or 2301216. OLE color: 2301216.

HSL color Cylindrical-coordinate representation of color #201D23: hue angle of 270º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #201D23 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 32 29 35 -
CMYK 0.09 0.17 0 0.86
HSL 270º 0.09% 0.13% -
HSV(B) 270º 0.17% 0.14% -
XYZ 1.34 1.31 1.77 -
YUV 30.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 32 29 35 0.09 0.17 0 0.86 270 0.09 0.13
Hex 20 1D 23 9 11 0 56 10E 9 D
Octal 40 35 43 11 21 0 126 416 11 15
Binary 100000 11101 100011 1001 10001 0 1010110 100001110 1001 1101

Color Harmonies of #201D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201D23

Black with #201D23

Text Example


Text Example

White with #201D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201D23; }

 p { color: rgb(32,29,35); }

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

background-color css

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

 a { background-color: rgb(32,29,35); }

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

border-color css

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

 span { border-color: rgb(32,29,35); }

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