Html Css Color HEX #201828 Blackcurrant

📋 copy color: '#201828'

red 32 ◦ green 24 ◦ blue 40

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

Shades of Blackcurrant #201828

Tints of Blackcurrant #201828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 41.67%

R = 33.33%
G = 25%
B = 41.67%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#201828 (or 0x201828) is known color: Blackcurrant. HEX triplet: 20, 18 and 28. RGB value is (32,24,40). Sum of RGB (Red+Green+Blue) = 32+24+40=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #201828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201828 is #DFE7D7. Grayscale: #1C1C1C. Windows color (decimal): -14673880 or 2627616. OLE color: 2627616.

HSL color Cylindrical-coordinate representation of color #201828: hue angle of 270º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #201828 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 32 24 40 -
CMYK 0.20 0.40 0 0.84
HSL 270º 0.25% 0.13% -
HSV(B) 270º 0.4% 0.16% -
XYZ 1.31 1.11 2.15 -
YUV 28.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 32 24 40 0.20 0.40 0 0.84 270 0.25 0.13
Hex 20 18 28 14 28 0 54 10E 19 D
Octal 40 30 50 24 50 0 124 416 31 15
Binary 100000 11000 101000 10100 101000 0 1010100 100001110 11001 1101

Color Harmonies of #201828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201828

Black with #201828

Text Example


Text Example

White with #201828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201828; }

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

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

background-color css

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

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

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

border-color css

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

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

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