Html Css Color HEX #201425 Blackcurrant

📋 copy color: '#201425'

red 32 ◦ green 20 ◦ blue 37

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

Shades of Blackcurrant #201425

Tints of Blackcurrant #201425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.47%

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

R = 35.96%
G = 22.47%
B = 41.57%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201425 (or 0x201425) is known color: Blackcurrant. HEX triplet: 20, 14 and 25. RGB value is (32,20,37). Sum of RGB (Red+Green+Blue) = 32+20+37=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 37 - color contains mainly: blue. Hex color #201425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201425 is #DFEBDA. Grayscale: #191919. Windows color (decimal): -14674907 or 2429984. OLE color: 2429984.

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

Color convert

RGB 32 20 37 -
CMYK 0.14 0.46 0 0.85
HSL 282.35º 0.3% 0.11% -
HSV(B) 282.35º 0.46% 0.15% -
XYZ 1.18 0.94 1.87 -
YUV 25.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 32 20 37 0.14 0.46 0 0.85 282.35 0.3 0.11
Hex 20 14 25 E 2E 0 55 11A 1E B
Octal 40 24 45 16 56 0 125 432 36 13
Binary 100000 10100 100101 1110 101110 0 1010101 100011010 11110 1011

Color Harmonies of #201425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201425

Black with #201425

Text Example


Text Example

White with #201425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201425; }

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

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

background-color css

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

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

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

border-color css

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

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

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