Html Css Color HEX #201025 Blackcurrant

📋 copy color: '#201025'

red 32 ◦ green 16 ◦ blue 37

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

Shades of Blackcurrant #201025

Tints of Blackcurrant #201025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.82%

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

R = 37.65%
G = 18.82%
B = 43.53%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201025 (or 0x201025) is known color: Blackcurrant. HEX triplet: 20, 10 and 25. RGB value is (32,16,37). Sum of RGB (Red+Green+Blue) = 32+16+37=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #201025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201025 is #DFEFDA. Grayscale: #171717. Windows color (decimal): -14675931 or 2428960. OLE color: 2428960.

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

Color convert

RGB 32 16 37 -
CMYK 0.14 0.57 0 0.85
HSL 285.71º 0.4% 0.1% -
HSV(B) 285.71º 0.57% 0.15% -
XYZ 1.11 0.81 1.85 -
YUV 23.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 32 16 37 0.14 0.57 0 0.85 285.71 0.4 0.1
Hex 20 10 25 E 39 0 55 11E 28 A
Octal 40 20 45 16 71 0 125 436 50 12
Binary 100000 10000 100101 1110 111001 0 1010101 100011110 101000 1010

Color Harmonies of #201025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201025

Black with #201025

Text Example


Text Example

White with #201025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201025; }

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

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

background-color css

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

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

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

border-color css

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

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

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