Html Css Color HEX #20112F Blackcurrant

📋 copy color: '#20112F'

red 32 ◦ green 17 ◦ blue 47

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

Shades of Blackcurrant #20112F

Tints of Blackcurrant #20112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 48.96%

R = 33.33%
G = 17.71%
B = 48.96%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#20112F (or 0x20112F) is known color: Blackcurrant. HEX triplet: 20, 11 and 2F. RGB value is (32,17,47). Sum of RGB (Red+Green+Blue) = 32+17+47=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #20112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20112F is #DFEED0. Grayscale: #181818. Windows color (decimal): -14675665 or 3084576. OLE color: 3084576.

HSL color Cylindrical-coordinate representation of color #20112F: hue angle of 270º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20112F is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 32 17 47 -
CMYK 0.32 0.64 0 0.82
HSL 270º 0.47% 0.13% -
HSV(B) 270º 0.64% 0.18% -
XYZ 1.31 0.91 2.8 -
YUV 24.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 32 17 47 0.32 0.64 0 0.82 270 0.47 0.13
Hex 20 11 2F 20 40 0 52 10E 2F D
Octal 40 21 57 40 100 0 122 416 57 15
Binary 100000 10001 101111 100000 1000000 0 1010010 100001110 101111 1101

Color Harmonies of #20112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20112F

Black with #20112F

Text Example


Text Example

White with #20112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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