Html Css Color HEX #201325 Blackcurrant

📋 copy color: '#201325'

red 32 ◦ green 19 ◦ blue 37

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

Shades of Blackcurrant #201325

Tints of Blackcurrant #201325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.59%

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

R = 36.36%
G = 21.59%
B = 42.05%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201325 (or 0x201325) is known color: Blackcurrant. HEX triplet: 20, 13 and 25. RGB value is (32,19,37). Sum of RGB (Red+Green+Blue) = 32+19+37=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 37 - color contains mainly: blue. Hex color #201325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201325 is #DFECDA. Grayscale: #181818. Windows color (decimal): -14675163 or 2429728. OLE color: 2429728.

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

Color convert

RGB 32 19 37 -
CMYK 0.14 0.49 0 0.85
HSL 283.33º 0.32% 0.11% -
HSV(B) 283.33º 0.49% 0.15% -
XYZ 1.16 0.91 1.86 -
YUV 24.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 32 19 37 0.14 0.49 0 0.85 283.33 0.32 0.11
Hex 20 13 25 E 31 0 55 11B 20 B
Octal 40 23 45 16 61 0 125 433 40 13
Binary 100000 10011 100101 1110 110001 0 1010101 100011011 100000 1011

Color Harmonies of #201325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201325

Black with #201325

Text Example


Text Example

White with #201325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201325; }

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

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

background-color css

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

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

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

border-color css

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

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

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