Html Css Color HEX #20132E Blackcurrant

📋 copy color: '#20132E'

red 32 ◦ green 19 ◦ blue 46

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

Shades of Blackcurrant #20132E

Tints of Blackcurrant #20132E

RGB

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

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

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

R = 32.99%
G = 19.59%
B = 47.42%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#20132E (or 0x20132E) is known color: Blackcurrant. HEX triplet: 20, 13 and 2E. RGB value is (32,19,46). Sum of RGB (Red+Green+Blue) = 32+19+46=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 46 - color contains mainly: blue. Hex color #20132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20132E is #DFECD1. Grayscale: #191919. Windows color (decimal): -14675154 or 3019552. OLE color: 3019552.

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

Color convert

RGB 32 19 46 -
CMYK 0.30 0.59 0 0.82
HSL 268.89º 0.42% 0.13% -
HSV(B) 268.89º 0.59% 0.18% -
XYZ 1.32 0.97 2.7 -
YUV 25.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 32 19 46 0.30 0.59 0 0.82 268.89 0.42 0.13
Hex 20 13 2E 1E 3B 0 52 10D 2A D
Octal 40 23 56 36 73 0 122 415 52 15
Binary 100000 10011 101110 11110 111011 0 1010010 100001101 101010 1101

Color Harmonies of #20132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20132E

Black with #20132E

Text Example


Text Example

White with #20132E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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