Html Css Color HEX #201323 Blackcurrant

📋 copy color: '#201323'

red 32 ◦ green 19 ◦ blue 35

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

Shades of Blackcurrant #201323

Tints of Blackcurrant #201323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.09%

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

R = 37.21%
G = 22.09%
B = 40.7%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#201323 (or 0x201323) is known color: Blackcurrant. HEX triplet: 20, 13 and 23. RGB value is (32,19,35). Sum of RGB (Red+Green+Blue) = 32+19+35=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 35 (14.06% from 255 or 40.70% from 86); Max value from RGB is 35 - color contains mainly: blue. Hex color #201323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201323 is #DFECDC. Grayscale: #181818. Windows color (decimal): -14675165 or 2298656. OLE color: 2298656.

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

Color convert

RGB 32 19 35 -
CMYK 0.09 0.46 0 0.86
HSL 288.75º 0.3% 0.11% -
HSV(B) 288.75º 0.46% 0.14% -
XYZ 1.13 0.89 1.7 -
YUV 24.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 32 19 35 0.09 0.46 0 0.86 288.75 0.3 0.11
Hex 20 13 23 9 2E 0 56 121 1E B
Octal 40 23 43 11 56 0 126 441 36 13
Binary 100000 10011 100011 1001 101110 0 1010110 100100001 11110 1011

Color Harmonies of #201323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201323

Black with #201323

Text Example


Text Example

White with #201323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201323; }

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

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

background-color css

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

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

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

border-color css

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

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

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