Html Css Color HEX #20013A Blackcurrant

📋 copy color: '#20013A'

red 32 ◦ green 1 ◦ blue 58

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

Shades of Blackcurrant #20013A

Tints of Blackcurrant #20013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

 BLUE value IS 58 (23.05% from 255) = 63.74%

R = 35.16%
G = 1.1%
B = 63.74%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#20013A (or 0x20013A) is known color: Blackcurrant. HEX triplet: 20, 01 and 3A. RGB value is (32,1,58). Sum of RGB (Red+Green+Blue) = 32+1+58=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 58 (23.05% from 255 or 63.74% from 91); Max value from RGB is 58 - color contains mainly: blue. Hex color #20013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20013A is #DFFEC5. Grayscale: #101010. Windows color (decimal): -14679750 or 3801376. OLE color: 3801376.

HSL color Cylindrical-coordinate representation of color #20013A: hue angle of 272.63º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20013A is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 32 1 58 -
CMYK 0.45 0.98 0 0.77
HSL 272.63º 0.97% 0.12% -
HSV(B) 272.63º 0.98% 0.23% -
XYZ 1.37 0.63 4.05 -
YUV 16.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 32 1 58 0.45 0.98 0 0.77 272.63 0.97 0.12
Hex 20 1 3A 2D 62 0 4D 111 61 C
Octal 40 1 72 55 142 0 115 421 141 14
Binary 100000 1 111010 101101 1100010 0 1001101 100010001 1100001 1100

Color Harmonies of #20013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20013A

Black with #20013A

Text Example


Text Example

White with #20013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20013A; }

 p { color: rgb(32,1,58); }

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

background-color css

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

 a { background-color: rgb(32,1,58); }

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

border-color css

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

 span { border-color: rgb(32,1,58); }

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