Html Css Color HEX #201428 Blackcurrant

📋 copy color: '#201428'

red 32 ◦ green 20 ◦ blue 40

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

Shades of Blackcurrant #201428

Tints of Blackcurrant #201428

RGB

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

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

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

R = 34.78%
G = 21.74%
B = 43.48%

CMYK

 C value IS 0.20

 M value IS 0.5

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#201428 (or 0x201428) is known color: Blackcurrant. HEX triplet: 20, 14 and 28. RGB value is (32,20,40). Sum of RGB (Red+Green+Blue) = 32+20+40=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #201428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201428 is #DFEBD7. Grayscale: #191919. Windows color (decimal): -14674904 or 2626592. OLE color: 2626592.

HSL color Cylindrical-coordinate representation of color #201428: hue angle of 276º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #201428 is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 32 20 40 -
CMYK 0.20 0.5 0 0.84
HSL 276º 0.33% 0.12% -
HSV(B) 276º 0.5% 0.16% -
XYZ 1.23 0.96 2.13 -
YUV 25.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 32 20 40 0.20 0.5 0 0.84 276 0.33 0.12
Hex 20 14 28 14 32 0 54 114 21 C
Octal 40 24 50 24 62 0 124 424 41 14
Binary 100000 10100 101000 10100 110010 0 1010100 100010100 100001 1100

Color Harmonies of #201428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201428

Black with #201428

Text Example


Text Example

White with #201428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201428; }

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

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

background-color css

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

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

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

border-color css

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

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

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