Html Css Color HEX #320457 Blackcurrant

📋 copy color: '#320457'

red 50 ◦ green 4 ◦ blue 87

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

Shades of Blackcurrant #320457

Tints of Blackcurrant #320457

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.84%

 BLUE value IS 87 (34.38% from 255) = 61.7%

R = 35.46%
G = 2.84%
B = 61.7%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#320457 (or 0x320457) is known color: Blackcurrant. HEX triplet: 32, 04 and 57. RGB value is (50,4,87). Sum of RGB (Red+Green+Blue) = 50+4+87=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #320457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320457 is #CDFBA8. Grayscale: #1A1A1A. Windows color (decimal): -13499305 or 5702706. OLE color: 5702706.

HSL color Cylindrical-coordinate representation of color #320457: hue angle of 273.25º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320457 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 4 87 -
CMYK 0.43 0.95 0 0.66
HSL 273.25º 0.91% 0.18% -
HSV(B) 273.25º 0.95% 0.34% -
XYZ 3.08 1.45 9.14 -
YUV 27.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 50 4 87 0.43 0.95 0 0.66 273.25 0.91 0.18
Hex 32 4 57 2B 5F 0 42 111 5B 12
Octal 62 4 127 53 137 0 102 421 133 22
Binary 110010 100 1010111 101011 1011111 0 1000010 100010001 1011011 10010

Color Harmonies of #320457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320457

Black with #320457

Text Example


Text Example

White with #320457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320457; }

 p { color: rgb(50,4,87); }

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

background-color css

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

 a { background-color: rgb(50,4,87); }

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

border-color css

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

 span { border-color: rgb(50,4,87); }

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