Html Css Color HEX #20013E Blackcurrant

📋 copy color: '#20013E'

red 32 ◦ green 1 ◦ blue 62

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

Shades of Blackcurrant #20013E

Tints of Blackcurrant #20013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.05%

 BLUE value IS 62 (24.61% from 255) = 65.26%

R = 33.68%
G = 1.05%
B = 65.26%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#20013E (or 0x20013E) is known color: Blackcurrant. HEX triplet: 20, 01 and 3E. RGB value is (32,1,62). Sum of RGB (Red+Green+Blue) = 32+1+62=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 62 (24.61% from 255 or 65.26% from 95); Max value from RGB is 62 - color contains mainly: blue. Hex color #20013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20013E is #DFFEC1. Grayscale: #111111. Windows color (decimal): -14679746 or 4063520. OLE color: 4063520.

HSL color Cylindrical-coordinate representation of color #20013E: hue angle of 270.49º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20013E is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 32 1 62 -
CMYK 0.48 0.98 0 0.76
HSL 270.49º 0.97% 0.12% -
HSV(B) 270.49º 0.98% 0.24% -
XYZ 1.48 0.68 4.61 -
YUV 17.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 32 1 62 0.48 0.98 0 0.76 270.49 0.97 0.12
Hex 20 1 3E 30 62 0 4C 10E 61 C
Octal 40 1 76 60 142 0 114 416 141 14
Binary 100000 1 111110 110000 1100010 0 1001100 100001110 1100001 1100

Color Harmonies of #20013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20013E

Black with #20013E

Text Example


Text Example

White with #20013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20013E; }

 p { color: rgb(32,1,62); }

 H1.HeaderClassName
 {
   color: #20013E;
 }
 .AnyTagClassName
 {
   color: #20013E;
 }
</style>

background-color css

<style>
 a { background-color: #20013E; }

 a { background-color: rgb(32,1,62); }

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

border-color css

<style>
 span { border-color: #20013E; }

 span { border-color: rgb(32,1,62); }

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