Html Css Color HEX #201525 Blackcurrant

📋 copy color: '#201525'

red 32 ◦ green 21 ◦ blue 37

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

Shades of Blackcurrant #201525

Tints of Blackcurrant #201525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.33%

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

R = 35.56%
G = 23.33%
B = 41.11%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201525 (or 0x201525) is known color: Blackcurrant. HEX triplet: 20, 15 and 25. RGB value is (32,21,37). Sum of RGB (Red+Green+Blue) = 32+21+37=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 37 - color contains mainly: blue. Hex color #201525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201525 is #DFEADA. Grayscale: #1A1A1A. Windows color (decimal): -14674651 or 2430240. OLE color: 2430240.

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

Color convert

RGB 32 21 37 -
CMYK 0.14 0.43 0 0.85
HSL 281.25º 0.28% 0.11% -
HSV(B) 281.25º 0.43% 0.15% -
XYZ 1.2 0.98 1.88 -
YUV 26.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 32 21 37 0.14 0.43 0 0.85 281.25 0.28 0.11
Hex 20 15 25 E 2B 0 55 119 1C B
Octal 40 25 45 16 53 0 125 431 34 13
Binary 100000 10101 100101 1110 101011 0 1010101 100011001 11100 1011

Color Harmonies of #201525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201525

Black with #201525

Text Example


Text Example

White with #201525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201525; }

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

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

background-color css

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

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

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

border-color css

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

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

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