Html Css Color HEX #20003F Blackcurrant

📋 copy color: '#20003F'

red 32 ◦ green 0 ◦ blue 63

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

Shades of Blackcurrant #20003F

Tints of Blackcurrant #20003F

RGB

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

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

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

R = 33.68%
G = 0%
B = 66.32%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#20003F (or 0x20003F) is known color: Blackcurrant. HEX triplet: 20, 00 and 3F. RGB value is (32,0,63). Sum of RGB (Red+Green+Blue) = 32+0+63=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #20003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20003F is #DFFFC0. Grayscale: #101010. Windows color (decimal): -14680001 or 4128800. OLE color: 4128800.

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

Color convert

RGB 32 0 63 -
CMYK 0.49 1 0 0.75
HSL 270.48º 1% 0.12% -
HSV(B) 270.48º 1% 0.25% -
XYZ 1.49 0.67 4.75 -
YUV 16.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 32 0 63 0.49 1 0 0.75 270.48 1 0.12
Hex 20 0 3F 31 64 0 4B 10E 64 C
Octal 40 0 77 61 144 0 113 416 144 14
Binary 100000 0 111111 110001 1100100 0 1001011 100001110 1100100 1100

Color Harmonies of #20003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20003F

Black with #20003F

Text Example


Text Example

White with #20003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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