Html Css Color HEX #20004C Blackcurrant

📋 copy color: '#20004C'

red 32 ◦ green 0 ◦ blue 76

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

Shades of Blackcurrant #20004C

Tints of Blackcurrant #20004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 70.37%

R = 29.63%
G = 0%
B = 70.37%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20004C (or 0x20004C) is known color: Blackcurrant. HEX triplet: 20, 00 and 4C. RGB value is (32,0,76). Sum of RGB (Red+Green+Blue) = 32+0+76=108 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.63% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 76 (30.08% from 255 or 70.37% from 108); Max value from RGB is 76 - color contains mainly: blue. Hex color #20004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20004C is #DFFFB3. Grayscale: #111111. Windows color (decimal): -14679988 or 4980768. OLE color: 4980768.

HSL color Cylindrical-coordinate representation of color #20004C: hue angle of 265.26º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20004C is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 0 76 -
CMYK 0.58 1 0 0.70
HSL 265.26º 1% 0.15% -
HSV(B) 265.26º 1% 0.3% -
XYZ 1.9 0.83 6.9 -
YUV 18.23 160.6 137.82 -
System Red Green Blue C M Y K H S L
Decimal 32 0 76 0.58 1 0 0.70 265.26 1 0.15
Hex 20 0 4C 3A 64 0 46 109 64 F
Octal 40 0 114 72 144 0 106 411 144 17
Binary 100000 0 1001100 111010 1100100 0 1000110 100001001 1100100 1111

Color Harmonies of #20004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20004C

Black with #20004C

Text Example


Text Example

White with #20004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20004C; }

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

 H1.HeaderClassName
 {
   color: #20004C;
 }
 .AnyTagClassName
 {
   color: #20004C;
 }
</style>

background-color css

<style>
 a { background-color: #20004C; }

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

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

border-color css

<style>
 span { border-color: #20004C; }

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

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