Html Css Color HEX #20013B Blackcurrant

📋 copy color: '#20013B'

red 32 ◦ green 1 ◦ blue 59

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

Shades of Blackcurrant #20013B

Tints of Blackcurrant #20013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 64.13%

R = 34.78%
G = 1.09%
B = 64.13%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#20013B (or 0x20013B) is known color: Blackcurrant. HEX triplet: 20, 01 and 3B. RGB value is (32,1,59). Sum of RGB (Red+Green+Blue) = 32+1+59=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 59 (23.44% from 255 or 64.13% from 92); Max value from RGB is 59 - color contains mainly: blue. Hex color #20013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20013B is #DFFEC4. Grayscale: #101010. Windows color (decimal): -14679749 or 3866912. OLE color: 3866912.

HSL color Cylindrical-coordinate representation of color #20013B: hue angle of 272.07º 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 #20013B is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 32 1 59 -
CMYK 0.46 0.98 0 0.77
HSL 272.07º 0.97% 0.12% -
HSV(B) 272.07º 0.98% 0.23% -
XYZ 1.4 0.64 4.19 -
YUV 16.88 151.77 138.78 -
System Red Green Blue C M Y K H S L
Decimal 32 1 59 0.46 0.98 0 0.77 272.07 0.97 0.12
Hex 20 1 3B 2E 62 0 4D 110 61 C
Octal 40 1 73 56 142 0 115 420 141 14
Binary 100000 1 111011 101110 1100010 0 1001101 100010000 1100001 1100

Color Harmonies of #20013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20013B

Black with #20013B

Text Example


Text Example

White with #20013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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