Html Css Color HEX #201725 Blackcurrant

📋 copy color: '#201725'

red 32 ◦ green 23 ◦ blue 37

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

Shades of Blackcurrant #201725

Tints of Blackcurrant #201725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25%

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

R = 34.78%
G = 25%
B = 40.22%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201725 (or 0x201725) is known color: Blackcurrant. HEX triplet: 20, 17 and 25. RGB value is (32,23,37). Sum of RGB (Red+Green+Blue) = 32+23+37=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #201725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201725 is #DFE8DA. Grayscale: #1B1B1B. Windows color (decimal): -14674139 or 2430752. OLE color: 2430752.

HSL color Cylindrical-coordinate representation of color #201725: hue angle of 278.57º degrees, saturation: 0.23, 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 #201725 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 23 37 -
CMYK 0.14 0.38 0 0.85
HSL 278.57º 0.23% 0.12% -
HSV(B) 278.57º 0.38% 0.15% -
XYZ 1.24 1.05 1.89 -
YUV 27.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 32 23 37 0.14 0.38 0 0.85 278.57 0.23 0.12
Hex 20 17 25 E 26 0 55 117 17 C
Octal 40 27 45 16 46 0 125 427 27 14
Binary 100000 10111 100101 1110 100110 0 1010101 100010111 10111 1100

Color Harmonies of #201725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201725

Black with #201725

Text Example


Text Example

White with #201725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201725; }

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

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

background-color css

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

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

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

border-color css

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

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

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