Html Css Color HEX #20023E Blackcurrant

📋 copy color: '#20023E'

red 32 ◦ green 2 ◦ blue 62

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

Shades of Blackcurrant #20023E

Tints of Blackcurrant #20023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 64.58%

R = 33.33%
G = 2.08%
B = 64.58%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#20023E (or 0x20023E) is known color: Blackcurrant. HEX triplet: 20, 02 and 3E. RGB value is (32,2,62). Sum of RGB (Red+Green+Blue) = 32+2+62=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 62 (24.61% from 255 or 64.58% from 96); Max value from RGB is 62 - color contains mainly: blue. Hex color #20023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20023E is #DFFDC1. Grayscale: #111111. Windows color (decimal): -14679490 or 4063776. OLE color: 4063776.

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

Color convert

RGB 32 2 62 -
CMYK 0.48 0.97 0 0.76
HSL 270º 0.94% 0.13% -
HSV(B) 270º 0.97% 0.24% -
XYZ 1.49 0.7 4.61 -
YUV 17.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 32 2 62 0.48 0.97 0 0.76 270 0.94 0.13
Hex 20 2 3E 30 61 0 4C 10E 5E D
Octal 40 2 76 60 141 0 114 416 136 15
Binary 100000 10 111110 110000 1100001 0 1001100 100001110 1011110 1101

Color Harmonies of #20023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20023E

Black with #20023E

Text Example


Text Example

White with #20023E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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