Html Css Color HEX #201923 Blackcurrant

📋 copy color: '#201923'

red 32 ◦ green 25 ◦ blue 35

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

Shades of Blackcurrant #201923

Tints of Blackcurrant #201923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.17%

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

R = 34.78%
G = 27.17%
B = 38.04%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#201923 (or 0x201923) is known color: Blackcurrant. HEX triplet: 20, 19 and 23. RGB value is (32,25,35). Sum of RGB (Red+Green+Blue) = 32+25+35=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 35 (14.06% from 255 or 38.04% from 92); Max value from RGB is 35 - color contains mainly: blue. Hex color #201923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201923 is #DFE6DC. Grayscale: #1C1C1C. Windows color (decimal): -14673629 or 2300192. OLE color: 2300192.

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

Color convert

RGB 32 25 35 -
CMYK 0.09 0.29 0 0.86
HSL 282º 0.17% 0.12% -
HSV(B) 282º 0.29% 0.14% -
XYZ 1.25 1.12 1.74 -
YUV 28.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 32 25 35 0.09 0.29 0 0.86 282 0.17 0.12
Hex 20 19 23 9 1D 0 56 11A 11 C
Octal 40 31 43 11 35 0 126 432 21 14
Binary 100000 11001 100011 1001 11101 0 1010110 100011010 10001 1100

Color Harmonies of #201923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201923

Black with #201923

Text Example


Text Example

White with #201923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201923; }

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

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

background-color css

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

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

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

border-color css

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

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

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