Html Css Color HEX #201625 Blackcurrant

📋 copy color: '#201625'

red 32 ◦ green 22 ◦ blue 37

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

Shades of Blackcurrant #201625

Tints of Blackcurrant #201625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.18%

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

R = 35.16%
G = 24.18%
B = 40.66%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201625 (or 0x201625) is known color: Blackcurrant. HEX triplet: 20, 16 and 25. RGB value is (32,22,37). Sum of RGB (Red+Green+Blue) = 32+22+37=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 37 - color contains mainly: blue. Hex color #201625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201625 is #DFE9DA. Grayscale: #1A1A1A. Windows color (decimal): -14674395 or 2430496. OLE color: 2430496.

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

Color convert

RGB 32 22 37 -
CMYK 0.14 0.41 0 0.85
HSL 280º 0.25% 0.12% -
HSV(B) 280º 0.41% 0.15% -
XYZ 1.22 1.01 1.88 -
YUV 26.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 32 22 37 0.14 0.41 0 0.85 280 0.25 0.12
Hex 20 16 25 E 29 0 55 118 19 C
Octal 40 26 45 16 51 0 125 430 31 14
Binary 100000 10110 100101 1110 101001 0 1010101 100011000 11001 1100

Color Harmonies of #201625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201625

Black with #201625

Text Example


Text Example

White with #201625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201625; }

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

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

background-color css

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

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

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

border-color css

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

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

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