Html Css Color HEX #20073A Blackcurrant

📋 copy color: '#20073A'

red 32 ◦ green 7 ◦ blue 58

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

Shades of Blackcurrant #20073A

Tints of Blackcurrant #20073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.22%

 BLUE value IS 58 (23.05% from 255) = 59.79%

R = 32.99%
G = 7.22%
B = 59.79%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#20073A (or 0x20073A) is known color: Blackcurrant. HEX triplet: 20, 07 and 3A. RGB value is (32,7,58). Sum of RGB (Red+Green+Blue) = 32+7+58=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 58 (23.05% from 255 or 59.79% from 97); Max value from RGB is 58 - color contains mainly: blue. Hex color #20073A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20073A is #DFF8C5. Grayscale: #141414. Windows color (decimal): -14678214 or 3802912. OLE color: 3802912.

HSL color Cylindrical-coordinate representation of color #20073A: hue angle of 269.41º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20073A is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 32 7 58 -
CMYK 0.45 0.88 0 0.77
HSL 269.41º 0.78% 0.13% -
HSV(B) 269.41º 0.88% 0.23% -
XYZ 1.44 0.76 4.07 -
YUV 20.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 32 7 58 0.45 0.88 0 0.77 269.41 0.78 0.13
Hex 20 7 3A 2D 58 0 4D 10D 4E D
Octal 40 7 72 55 130 0 115 415 116 15
Binary 100000 111 111010 101101 1011000 0 1001101 100001101 1001110 1101

Color Harmonies of #20073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20073A

Black with #20073A

Text Example


Text Example

White with #20073A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,7,58); }

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

background-color css

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

 a { background-color: rgb(32,7,58); }

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

border-color css

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

 span { border-color: rgb(32,7,58); }

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