Html Css Color HEX #20004A Blackcurrant

📋 copy color: '#20004A'

red 32 ◦ green 0 ◦ blue 74

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

Shades of Blackcurrant #20004A

Tints of Blackcurrant #20004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 69.81%

R = 30.19%
G = 0%
B = 69.81%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#20004A (or 0x20004A) is known color: Blackcurrant. HEX triplet: 20, 00 and 4A. RGB value is (32,0,74). Sum of RGB (Red+Green+Blue) = 32+0+74=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #20004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20004A is #DFFFB5. Grayscale: #111111. Windows color (decimal): -14679990 or 4849696. OLE color: 4849696.

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

Color convert

RGB 32 0 74 -
CMYK 0.57 1 0 0.71
HSL 265.95º 1% 0.15% -
HSV(B) 265.95º 1% 0.29% -
XYZ 1.83 0.8 6.54 -
YUV 18 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 32 0 74 0.57 1 0 0.71 265.95 1 0.15
Hex 20 0 4A 39 64 0 47 10A 64 F
Octal 40 0 112 71 144 0 107 412 144 17
Binary 100000 0 1001010 111001 1100100 0 1000111 100001010 1100100 1111

Color Harmonies of #20004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20004A

Black with #20004A

Text Example


Text Example

White with #20004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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