Html Css Color HEX #32193E Blackcurrant

📋 copy color: '#32193E'

red 50 ◦ green 25 ◦ blue 62

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

Shades of Blackcurrant #32193E

Tints of Blackcurrant #32193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 45.26%

R = 36.5%
G = 18.25%
B = 45.26%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#32193E (or 0x32193E) is known color: Blackcurrant. HEX triplet: 32, 19 and 3E. RGB value is (50,25,62). Sum of RGB (Red+Green+Blue) = 50+25+62=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 62 - color contains mainly: blue. Hex color #32193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32193E is #CDE6C1. Grayscale: #242424. Windows color (decimal): -13493954 or 4069682. OLE color: 4069682.

HSL color Cylindrical-coordinate representation of color #32193E: hue angle of 280.54º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32193E is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 50 25 62 -
CMYK 0.19 0.60 0 0.76
HSL 280.54º 0.43% 0.17% -
HSV(B) 280.54º 0.6% 0.24% -
XYZ 2.53 1.72 4.76 -
YUV 36.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 50 25 62 0.19 0.60 0 0.76 280.54 0.43 0.17
Hex 32 19 3E 13 3C 0 4C 119 2B 11
Octal 62 31 76 23 74 0 114 431 53 21
Binary 110010 11001 111110 10011 111100 0 1001100 100011001 101011 10001

Color Harmonies of #32193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32193E

Black with #32193E

Text Example


Text Example

White with #32193E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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