Html Css Color HEX #201B25 Blackcurrant

📋 copy color: '#201B25'

red 32 ◦ green 27 ◦ blue 37

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

Shades of Blackcurrant #201B25

Tints of Blackcurrant #201B25

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.13%

 BLUE value IS 37 (14.84% from 255) = 38.54%

R = 33.33%
G = 28.13%
B = 38.54%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201B25 (or 0x201B25) is known color: Blackcurrant. HEX triplet: 20, 1B and 25. RGB value is (32,27,37). Sum of RGB (Red+Green+Blue) = 32+27+37=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 37 - color contains mainly: blue. Hex color #201B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B25 is #DFE4DA. Grayscale: #1D1D1D. Windows color (decimal): -14673115 or 2431776. OLE color: 2431776.

HSL color Cylindrical-coordinate representation of color #201B25: hue angle of 270º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #201B25 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 27 37 -
CMYK 0.14 0.27 0 0.85
HSL 270º 0.16% 0.13% -
HSV(B) 270º 0.27% 0.15% -
XYZ 1.32 1.22 1.92 -
YUV 29.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 32 27 37 0.14 0.27 0 0.85 270 0.16 0.13
Hex 20 1B 25 E 1B 0 55 10E 10 D
Octal 40 33 45 16 33 0 125 416 20 15
Binary 100000 11011 100101 1110 11011 0 1010101 100001110 10000 1101

Color Harmonies of #201B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B25

Black with #201B25

Text Example


Text Example

White with #201B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201B25; }

 p { color: rgb(32,27,37); }

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

background-color css

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

 a { background-color: rgb(32,27,37); }

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

border-color css

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

 span { border-color: rgb(32,27,37); }

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