Html Css Color HEX #32193A Blackcurrant

📋 copy color: '#32193A'

red 50 ◦ green 25 ◦ blue 58

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

Shades of Blackcurrant #32193A

Tints of Blackcurrant #32193A

RGB

 RED value IS 50 (19.92% from 255) = 37.59%

 GREEN value IS 25 (10.16% from 255) = 18.8%

 BLUE value IS 58 (23.05% from 255) = 43.61%

R = 37.59%
G = 18.8%
B = 43.61%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#32193A (or 0x32193A) is known color: Blackcurrant. HEX triplet: 32, 19 and 3A. RGB value is (50,25,58). Sum of RGB (Red+Green+Blue) = 50+25+58=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 58 - color contains mainly: blue. Hex color #32193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32193A is #CDE6C5. Grayscale: #242424. Windows color (decimal): -13493958 or 3807538. OLE color: 3807538.

HSL color Cylindrical-coordinate representation of color #32193A: hue angle of 285.45º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32193A is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 25 58 -
CMYK 0.14 0.57 0 0.77
HSL 285.45º 0.4% 0.16% -
HSV(B) 285.45º 0.57% 0.23% -
XYZ 2.43 1.68 4.2 -
YUV 36.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 50 25 58 0.14 0.57 0 0.77 285.45 0.4 0.16
Hex 32 19 3A E 39 0 4D 11D 28 10
Octal 62 31 72 16 71 0 115 435 50 20
Binary 110010 11001 111010 1110 111001 0 1001101 100011101 101000 10000

Color Harmonies of #32193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32193A

Black with #32193A

Text Example


Text Example

White with #32193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,25,58); }

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

background-color css

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

 a { background-color: rgb(50,25,58); }

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

border-color css

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

 span { border-color: rgb(50,25,58); }

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