Html Css Color HEX #20063B Blackcurrant

📋 copy color: '#20063B'

red 32 ◦ green 6 ◦ blue 59

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

Shades of Blackcurrant #20063B

Tints of Blackcurrant #20063B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.19%

 BLUE value IS 59 (23.44% from 255) = 60.82%

R = 32.99%
G = 6.19%
B = 60.82%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#20063B (or 0x20063B) is known color: Blackcurrant. HEX triplet: 20, 06 and 3B. RGB value is (32,6,59). Sum of RGB (Red+Green+Blue) = 32+6+59=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 59 (23.44% from 255 or 60.82% from 97); Max value from RGB is 59 - color contains mainly: blue. Hex color #20063B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20063B is #DFF9C4. Grayscale: #131313. Windows color (decimal): -14678469 or 3868192. OLE color: 3868192.

HSL color Cylindrical-coordinate representation of color #20063B: hue angle of 269.43º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20063B is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 32 6 59 -
CMYK 0.46 0.90 0 0.77
HSL 269.43º 0.82% 0.13% -
HSV(B) 269.43º 0.9% 0.23% -
XYZ 1.45 0.75 4.21 -
YUV 19.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 32 6 59 0.46 0.90 0 0.77 269.43 0.82 0.13
Hex 20 6 3B 2E 5A 0 4D 10D 52 D
Octal 40 6 73 56 132 0 115 415 122 15
Binary 100000 110 111011 101110 1011010 0 1001101 100001101 1010010 1101

Color Harmonies of #20063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20063B

Black with #20063B

Text Example


Text Example

White with #20063B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20063B; }

 p { color: rgb(32,6,59); }

 H1.HeaderClassName
 {
   color: #20063B;
 }
 .AnyTagClassName
 {
   color: #20063B;
 }
</style>

background-color css

<style>
 a { background-color: #20063B; }

 a { background-color: rgb(32,6,59); }

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

border-color css

<style>
 span { border-color: #20063B; }

 span { border-color: rgb(32,6,59); }

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