Html Css Color HEX #20023F Blackcurrant

📋 copy color: '#20023F'

red 32 ◦ green 2 ◦ blue 63

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

Shades of Blackcurrant #20023F

Tints of Blackcurrant #20023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.06%

 BLUE value IS 63 (25% from 255) = 64.95%

R = 32.99%
G = 2.06%
B = 64.95%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#20023F (or 0x20023F) is known color: Blackcurrant. HEX triplet: 20, 02 and 3F. RGB value is (32,2,63). Sum of RGB (Red+Green+Blue) = 32+2+63=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #20023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20023F is #DFFDC0. Grayscale: #111111. Windows color (decimal): -14679489 or 4129312. OLE color: 4129312.

HSL color Cylindrical-coordinate representation of color #20023F: hue angle of 269.51º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20023F is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 2 63 -
CMYK 0.49 0.97 0 0.75
HSL 269.51º 0.94% 0.13% -
HSV(B) 269.51º 0.97% 0.25% -
XYZ 1.51 0.71 4.76 -
YUV 17.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 32 2 63 0.49 0.97 0 0.75 269.51 0.94 0.13
Hex 20 2 3F 31 61 0 4B 10E 5E D
Octal 40 2 77 61 141 0 113 416 136 15
Binary 100000 10 111111 110001 1100001 0 1001011 100001110 1011110 1101

Color Harmonies of #20023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20023F

Black with #20023F

Text Example


Text Example

White with #20023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20023F; }

 p { color: rgb(32,2,63); }

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

background-color css

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

 a { background-color: rgb(32,2,63); }

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

border-color css

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

 span { border-color: rgb(32,2,63); }

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