Html Css Color HEX #201824 Blackcurrant

📋 copy color: '#201824'

red 32 ◦ green 24 ◦ blue 36

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

Shades of Blackcurrant #201824

Tints of Blackcurrant #201824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.09%

 BLUE value IS 36 (14.45% from 255) = 39.13%

R = 34.78%
G = 26.09%
B = 39.13%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#201824 (or 0x201824) is known color: Blackcurrant. HEX triplet: 20, 18 and 24. RGB value is (32,24,36). Sum of RGB (Red+Green+Blue) = 32+24+36=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 36 - color contains mainly: blue. Hex color #201824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201824 is #DFE7DB. Grayscale: #1B1B1B. Windows color (decimal): -14673884 or 2365472. OLE color: 2365472.

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

Color convert

RGB 32 24 36 -
CMYK 0.11 0.33 0 0.86
HSL 280º 0.2% 0.12% -
HSV(B) 280º 0.33% 0.14% -
XYZ 1.24 1.09 1.81 -
YUV 27.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 32 24 36 0.11 0.33 0 0.86 280 0.2 0.12
Hex 20 18 24 B 21 0 56 118 14 C
Octal 40 30 44 13 41 0 126 430 24 14
Binary 100000 11000 100100 1011 100001 0 1010110 100011000 10100 1100

Color Harmonies of #201824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201824

Black with #201824

Text Example


Text Example

White with #201824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201824; }

 p { color: rgb(32,24,36); }

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

background-color css

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

 a { background-color: rgb(32,24,36); }

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

border-color css

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

 span { border-color: rgb(32,24,36); }

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