Html Css Color HEX #201C25 Blackcurrant

📋 copy color: '#201C25'

red 32 ◦ green 28 ◦ blue 37

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

Shades of Blackcurrant #201C25

Tints of Blackcurrant #201C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.87%

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

R = 32.99%
G = 28.87%
B = 38.14%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201C25 (or 0x201C25) is known color: Blackcurrant. HEX triplet: 20, 1C and 25. RGB value is (32,28,37). Sum of RGB (Red+Green+Blue) = 32+28+37=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 37 - color contains mainly: blue. Hex color #201C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C25 is #DFE3DA. Grayscale: #1E1E1E. Windows color (decimal): -14672859 or 2432032. OLE color: 2432032.

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

Color convert

RGB 32 28 37 -
CMYK 0.14 0.24 0 0.85
HSL 266.67º 0.14% 0.13% -
HSV(B) 266.67º 0.24% 0.15% -
XYZ 1.34 1.27 1.92 -
YUV 30.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 32 28 37 0.14 0.24 0 0.85 266.67 0.14 0.13
Hex 20 1C 25 E 18 0 55 10B E D
Octal 40 34 45 16 30 0 125 413 16 15
Binary 100000 11100 100101 1110 11000 0 1010101 100001011 1110 1101

Color Harmonies of #201C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C25

Black with #201C25

Text Example


Text Example

White with #201C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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