Html Css Color HEX #201423 Blackcurrant

📋 copy color: '#201423'

red 32 ◦ green 20 ◦ blue 35

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

Shades of Blackcurrant #201423

Tints of Blackcurrant #201423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.99%

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

R = 36.78%
G = 22.99%
B = 40.23%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#201423 (or 0x201423) is known color: Blackcurrant. HEX triplet: 20, 14 and 23. RGB value is (32,20,35). Sum of RGB (Red+Green+Blue) = 32+20+35=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 35 - color contains mainly: blue. Hex color #201423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201423 is #DFEBDC. Grayscale: #191919. Windows color (decimal): -14674909 or 2298912. OLE color: 2298912.

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

Color convert

RGB 32 20 35 -
CMYK 0.09 0.43 0 0.86
HSL 288º 0.27% 0.11% -
HSV(B) 288º 0.43% 0.14% -
XYZ 1.15 0.93 1.71 -
YUV 25.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 32 20 35 0.09 0.43 0 0.86 288 0.27 0.11
Hex 20 14 23 9 2B 0 56 120 1B B
Octal 40 24 43 11 53 0 126 440 33 13
Binary 100000 10100 100011 1001 101011 0 1010110 100100000 11011 1011

Color Harmonies of #201423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201423

Black with #201423

Text Example


Text Example

White with #201423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201423; }

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

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

background-color css

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

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

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

border-color css

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

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

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