Html Css Color HEX #201A25 Blackcurrant

📋 copy color: '#201A25'

red 32 ◦ green 26 ◦ blue 37

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

Shades of Blackcurrant #201A25

Tints of Blackcurrant #201A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.37%

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

R = 33.68%
G = 27.37%
B = 38.95%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201A25 (or 0x201A25) is known color: Blackcurrant. HEX triplet: 20, 1A and 25. RGB value is (32,26,37). Sum of RGB (Red+Green+Blue) = 32+26+37=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 37 - color contains mainly: blue. Hex color #201A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A25 is #DFE5DA. Grayscale: #1D1D1D. Windows color (decimal): -14673371 or 2431520. OLE color: 2431520.

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

Color convert

RGB 32 26 37 -
CMYK 0.14 0.30 0 0.85
HSL 272.73º 0.17% 0.12% -
HSV(B) 272.73º 0.3% 0.15% -
XYZ 1.3 1.18 1.91 -
YUV 29.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 32 26 37 0.14 0.30 0 0.85 272.73 0.17 0.12
Hex 20 1A 25 E 1E 0 55 111 11 C
Octal 40 32 45 16 36 0 125 421 21 14
Binary 100000 11010 100101 1110 11110 0 1010101 100010001 10001 1100

Color Harmonies of #201A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201A25

Black with #201A25

Text Example


Text Example

White with #201A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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