Html Css Color HEX #20003A Blackcurrant

📋 copy color: '#20003A'

red 32 ◦ green 0 ◦ blue 58

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

Shades of Blackcurrant #20003A

Tints of Blackcurrant #20003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.56%
G = 0%
B = 64.44%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#20003A (or 0x20003A) is known color: Blackcurrant. HEX triplet: 20, 00 and 3A. RGB value is (32,0,58). Sum of RGB (Red+Green+Blue) = 32+0+58=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 58 (23.05% from 255 or 64.44% from 90); Max value from RGB is 58 - color contains mainly: blue. Hex color #20003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20003A is #DFFFC5. Grayscale: #0F0F0F. Windows color (decimal): -14680006 or 3801120. OLE color: 3801120.

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

Color convert

RGB 32 0 58 -
CMYK 0.45 1 0 0.77
HSL 273.1º 1% 0.11% -
HSV(B) 273.1º 1% 0.23% -
XYZ 1.36 0.61 4.05 -
YUV 16.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 32 0 58 0.45 1 0 0.77 273.1 1 0.11
Hex 20 0 3A 2D 64 0 4D 111 64 B
Octal 40 0 72 55 144 0 115 421 144 13
Binary 100000 0 111010 101101 1100100 0 1001101 100010001 1100100 1011

Color Harmonies of #20003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20003A

Black with #20003A

Text Example


Text Example

White with #20003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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