Html Css Color HEX #320249 Blackcurrant

📋 copy color: '#320249'

red 50 ◦ green 2 ◦ blue 73

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

Shades of Blackcurrant #320249

Tints of Blackcurrant #320249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.6%

 BLUE value IS 73 (28.91% from 255) = 58.4%

R = 40%
G = 1.6%
B = 58.4%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#320249 (or 0x320249) is known color: Blackcurrant. HEX triplet: 32, 02 and 49. RGB value is (50,2,73). Sum of RGB (Red+Green+Blue) = 50+2+73=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #320249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320249 is #CDFDB6. Grayscale: #181818. Windows color (decimal): -13499831 or 4784690. OLE color: 4784690.

HSL color Cylindrical-coordinate representation of color #320249: hue angle of 280.56º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320249 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 2 73 -
CMYK 0.32 0.97 0 0.71
HSL 280.56º 0.95% 0.15% -
HSV(B) 280.56º 0.97% 0.29% -
XYZ 2.54 1.2 6.4 -
YUV 24.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 50 2 73 0.32 0.97 0 0.71 280.56 0.95 0.15
Hex 32 2 49 20 61 0 47 119 5F F
Octal 62 2 111 40 141 0 107 431 137 17
Binary 110010 10 1001001 100000 1100001 0 1000111 100011001 1011111 1111

Color Harmonies of #320249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320249

Black with #320249

Text Example


Text Example

White with #320249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320249; }

 p { color: rgb(50,2,73); }

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

background-color css

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

 a { background-color: rgb(50,2,73); }

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

border-color css

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

 span { border-color: rgb(50,2,73); }

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