Html Css Color HEX #20132C Blackcurrant

📋 copy color: '#20132C'

red 32 ◦ green 19 ◦ blue 44

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

Shades of Blackcurrant #20132C

Tints of Blackcurrant #20132C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 46.32%

R = 33.68%
G = 20%
B = 46.32%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#20132C (or 0x20132C) is known color: Blackcurrant. HEX triplet: 20, 13 and 2C. RGB value is (32,19,44). Sum of RGB (Red+Green+Blue) = 32+19+44=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #20132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20132C is #DFECD3. Grayscale: #191919. Windows color (decimal): -14675156 or 2888480. OLE color: 2888480.

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

Color convert

RGB 32 19 44 -
CMYK 0.27 0.57 0 0.83
HSL 271.2º 0.4% 0.12% -
HSV(B) 271.2º 0.57% 0.17% -
XYZ 1.28 0.95 2.5 -
YUV 25.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 32 19 44 0.27 0.57 0 0.83 271.2 0.4 0.12
Hex 20 13 2C 1B 39 0 53 10F 28 C
Octal 40 23 54 33 71 0 123 417 50 14
Binary 100000 10011 101100 11011 111001 0 1010011 100001111 101000 1100

Color Harmonies of #20132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20132C

Black with #20132C

Text Example


Text Example

White with #20132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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