Html Css Color HEX #20132A Blackcurrant

📋 copy color: '#20132A'

red 32 ◦ green 19 ◦ blue 42

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

Shades of Blackcurrant #20132A

Tints of Blackcurrant #20132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

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

R = 34.41%
G = 20.43%
B = 45.16%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#20132A (or 0x20132A) is known color: Blackcurrant. HEX triplet: 20, 13 and 2A. RGB value is (32,19,42). Sum of RGB (Red+Green+Blue) = 32+19+42=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 42 - color contains mainly: blue. Hex color #20132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20132A is #DFECD5. Grayscale: #191919. Windows color (decimal): -14675158 or 2757408. OLE color: 2757408.

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

Color convert

RGB 32 19 42 -
CMYK 0.24 0.55 0 0.84
HSL 273.91º 0.38% 0.12% -
HSV(B) 273.91º 0.55% 0.16% -
XYZ 1.25 0.94 2.31 -
YUV 25.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 32 19 42 0.24 0.55 0 0.84 273.91 0.38 0.12
Hex 20 13 2A 18 37 0 54 112 26 C
Octal 40 23 52 30 67 0 124 422 46 14
Binary 100000 10011 101010 11000 110111 0 1010100 100010010 100110 1100

Color Harmonies of #20132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20132A

Black with #20132A

Text Example


Text Example

White with #20132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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