Html Css Color HEX #320047 Blackcurrant

📋 copy color: '#320047'

red 50 ◦ green 0 ◦ blue 71

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

Shades of Blackcurrant #320047

Tints of Blackcurrant #320047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 58.68%

R = 41.32%
G = 0%
B = 58.68%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#320047 (or 0x320047) is known color: Blackcurrant. HEX triplet: 32, 00 and 47. RGB value is (50,0,71). Sum of RGB (Red+Green+Blue) = 50+0+71=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #320047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320047 is #CDFFB8. Grayscale: #161616. Windows color (decimal): -13500345 or 4653106. OLE color: 4653106.

HSL color Cylindrical-coordinate representation of color #320047: hue angle of 282.25º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320047 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 0 71 -
CMYK 0.30 1 0 0.72
HSL 282.25º 1% 0.14% -
HSV(B) 282.25º 1% 0.28% -
XYZ 2.45 1.13 6.05 -
YUV 23.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 50 0 71 0.30 1 0 0.72 282.25 1 0.14
Hex 32 0 47 1E 64 0 48 11A 64 E
Octal 62 0 107 36 144 0 110 432 144 16
Binary 110010 0 1000111 11110 1100100 0 1001000 100011010 1100100 1110

Color Harmonies of #320047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320047

Black with #320047

Text Example


Text Example

White with #320047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320047; }

 p { color: rgb(50,0,71); }

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

background-color css

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

 a { background-color: rgb(50,0,71); }

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

border-color css

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

 span { border-color: rgb(50,0,71); }

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