Html Css Color HEX #20132B Blackcurrant

📋 copy color: '#20132B'

red 32 ◦ green 19 ◦ blue 43

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

Shades of Blackcurrant #20132B

Tints of Blackcurrant #20132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 45.74%

R = 34.04%
G = 20.21%
B = 45.74%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#20132B (or 0x20132B) is known color: Blackcurrant. HEX triplet: 20, 13 and 2B. RGB value is (32,19,43). Sum of RGB (Red+Green+Blue) = 32+19+43=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #20132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20132B is #DFECD4. Grayscale: #191919. Windows color (decimal): -14675157 or 2822944. OLE color: 2822944.

HSL color Cylindrical-coordinate representation of color #20132B: hue angle of 272.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20132B is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 32 19 43 -
CMYK 0.26 0.56 0 0.83
HSL 272.5º 0.39% 0.12% -
HSV(B) 272.5º 0.56% 0.17% -
XYZ 1.26 0.95 2.4 -
YUV 25.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 32 19 43 0.26 0.56 0 0.83 272.5 0.39 0.12
Hex 20 13 2B 1A 38 0 53 110 27 C
Octal 40 23 53 32 70 0 123 420 47 14
Binary 100000 10011 101011 11010 111000 0 1010011 100010000 100111 1100

Color Harmonies of #20132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20132B

Black with #20132B

Text Example


Text Example

White with #20132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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