Html Css Color HEX #20112E Blackcurrant

📋 copy color: '#20112E'

red 32 ◦ green 17 ◦ blue 46

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

Shades of Blackcurrant #20112E

Tints of Blackcurrant #20112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.89%

 BLUE value IS 46 (18.36% from 255) = 48.42%

R = 33.68%
G = 17.89%
B = 48.42%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#20112E (or 0x20112E) is known color: Blackcurrant. HEX triplet: 20, 11 and 2E. RGB value is (32,17,46). Sum of RGB (Red+Green+Blue) = 32+17+46=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #20112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20112E is #DFEED1. Grayscale: #181818. Windows color (decimal): -14675666 or 3019040. OLE color: 3019040.

HSL color Cylindrical-coordinate representation of color #20112E: hue angle of 271.03º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20112E is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 32 17 46 -
CMYK 0.30 0.63 0 0.82
HSL 271.03º 0.46% 0.12% -
HSV(B) 271.03º 0.63% 0.18% -
XYZ 1.29 0.91 2.69 -
YUV 24.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 32 17 46 0.30 0.63 0 0.82 271.03 0.46 0.12
Hex 20 11 2E 1E 3F 0 52 10F 2E C
Octal 40 21 56 36 77 0 122 417 56 14
Binary 100000 10001 101110 11110 111111 0 1010010 100001111 101110 1100

Color Harmonies of #20112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20112E

Black with #20112E

Text Example


Text Example

White with #20112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,17,46); }

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

background-color css

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

 a { background-color: rgb(32,17,46); }

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

border-color css

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

 span { border-color: rgb(32,17,46); }

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