Html Css Color HEX #20112A Blackcurrant

📋 copy color: '#20112A'

red 32 ◦ green 17 ◦ blue 42

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

Shades of Blackcurrant #20112A

Tints of Blackcurrant #20112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 46.15%

R = 35.16%
G = 18.68%
B = 46.15%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#20112A (or 0x20112A) is known color: Blackcurrant. HEX triplet: 20, 11 and 2A. RGB value is (32,17,42). Sum of RGB (Red+Green+Blue) = 32+17+42=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #20112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20112A is #DFEED5. Grayscale: #181818. Windows color (decimal): -14675670 or 2756896. OLE color: 2756896.

HSL color Cylindrical-coordinate representation of color #20112A: hue angle of 276º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20112A is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 32 17 42 -
CMYK 0.24 0.60 0 0.84
HSL 276º 0.42% 0.12% -
HSV(B) 276º 0.6% 0.16% -
XYZ 1.21 0.88 2.3 -
YUV 24.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 32 17 42 0.24 0.60 0 0.84 276 0.42 0.12
Hex 20 11 2A 18 3C 0 54 114 2A C
Octal 40 21 52 30 74 0 124 424 52 14
Binary 100000 10001 101010 11000 111100 0 1010100 100010100 101010 1100

Color Harmonies of #20112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20112A

Black with #20112A

Text Example


Text Example

White with #20112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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