Html Css Color HEX #201925 Blackcurrant

📋 copy color: '#201925'

red 32 ◦ green 25 ◦ blue 37

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

Shades of Blackcurrant #201925

Tints of Blackcurrant #201925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.6%

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

R = 34.04%
G = 26.6%
B = 39.36%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201925 (or 0x201925) is known color: Blackcurrant. HEX triplet: 20, 19 and 25. RGB value is (32,25,37). Sum of RGB (Red+Green+Blue) = 32+25+37=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 37 - color contains mainly: blue. Hex color #201925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201925 is #DFE6DA. Grayscale: #1C1C1C. Windows color (decimal): -14673627 or 2431264. OLE color: 2431264.

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

Color convert

RGB 32 25 37 -
CMYK 0.14 0.32 0 0.85
HSL 275º 0.19% 0.12% -
HSV(B) 275º 0.32% 0.15% -
XYZ 1.28 1.14 1.9 -
YUV 28.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 32 25 37 0.14 0.32 0 0.85 275 0.19 0.12
Hex 20 19 25 E 20 0 55 113 13 C
Octal 40 31 45 16 40 0 125 423 23 14
Binary 100000 11001 100101 1110 100000 0 1010101 100010011 10011 1100

Color Harmonies of #201925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201925

Black with #201925

Text Example


Text Example

White with #201925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201925; }

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

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

background-color css

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

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

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

border-color css

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

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

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