Html Css Color HEX #20053C Blackcurrant

📋 copy color: '#20053C'

red 32 ◦ green 5 ◦ blue 60

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

Shades of Blackcurrant #20053C

Tints of Blackcurrant #20053C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.15%

 BLUE value IS 60 (23.83% from 255) = 61.86%

R = 32.99%
G = 5.15%
B = 61.86%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#20053C (or 0x20053C) is known color: Blackcurrant. HEX triplet: 20, 05 and 3C. RGB value is (32,5,60). Sum of RGB (Red+Green+Blue) = 32+5+60=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 60 (23.83% from 255 or 61.86% from 97); Max value from RGB is 60 - color contains mainly: blue. Hex color #20053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20053C is #DFFAC3. Grayscale: #131313. Windows color (decimal): -14678724 or 3933472. OLE color: 3933472.

HSL color Cylindrical-coordinate representation of color #20053C: hue angle of 269.45º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20053C is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 32 5 60 -
CMYK 0.47 0.92 0 0.76
HSL 269.45º 0.85% 0.13% -
HSV(B) 269.45º 0.92% 0.24% -
XYZ 1.47 0.74 4.34 -
YUV 19.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 32 5 60 0.47 0.92 0 0.76 269.45 0.85 0.13
Hex 20 5 3C 2F 5C 0 4C 10D 55 D
Octal 40 5 74 57 134 0 114 415 125 15
Binary 100000 101 111100 101111 1011100 0 1001100 100001101 1010101 1101

Color Harmonies of #20053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20053C

Black with #20053C

Text Example


Text Example

White with #20053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,5,60); }

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

background-color css

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

 a { background-color: rgb(32,5,60); }

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

border-color css

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

 span { border-color: rgb(32,5,60); }

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