Html Css Color HEX #201827 Blackcurrant

📋 copy color: '#201827'

red 32 ◦ green 24 ◦ blue 39

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

Shades of Blackcurrant #201827

Tints of Blackcurrant #201827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 41.05%

R = 33.68%
G = 25.26%
B = 41.05%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201827 (or 0x201827) is known color: Blackcurrant. HEX triplet: 20, 18 and 27. RGB value is (32,24,39). Sum of RGB (Red+Green+Blue) = 32+24+39=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #201827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201827 is #DFE7D8. Grayscale: #1C1C1C. Windows color (decimal): -14673881 or 2562080. OLE color: 2562080.

HSL color Cylindrical-coordinate representation of color #201827: hue angle of 272º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #201827 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 24 39 -
CMYK 0.18 0.38 0 0.85
HSL 272º 0.24% 0.12% -
HSV(B) 272º 0.38% 0.15% -
XYZ 1.29 1.11 2.07 -
YUV 28.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 32 24 39 0.18 0.38 0 0.85 272 0.24 0.12
Hex 20 18 27 12 26 0 55 110 18 C
Octal 40 30 47 22 46 0 125 420 30 14
Binary 100000 11000 100111 10010 100110 0 1010101 100010000 11000 1100

Color Harmonies of #201827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201827

Black with #201827

Text Example


Text Example

White with #201827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201827; }

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

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

background-color css

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

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

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

border-color css

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

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

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