Html Css Color HEX #320348 Blackcurrant

📋 copy color: '#320348'

red 50 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #320348

Tints of Blackcurrant #320348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.4%

 BLUE value IS 72 (28.52% from 255) = 57.6%

R = 40%
G = 2.4%
B = 57.6%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#320348 (or 0x320348) is known color: Blackcurrant. HEX triplet: 32, 03 and 48. RGB value is (50,3,72). Sum of RGB (Red+Green+Blue) = 50+3+72=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #320348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320348 is #CDFCB7. Grayscale: #181818. Windows color (decimal): -13499576 or 4719410. OLE color: 4719410.

HSL color Cylindrical-coordinate representation of color #320348: hue angle of 280.87º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320348 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 3 72 -
CMYK 0.31 0.96 0 0.72
HSL 280.87º 0.92% 0.15% -
HSV(B) 280.87º 0.96% 0.28% -
XYZ 2.52 1.21 6.23 -
YUV 24.92 154.57 145.89 -
System Red Green Blue C M Y K H S L
Decimal 50 3 72 0.31 0.96 0 0.72 280.87 0.92 0.15
Hex 32 3 48 1F 60 0 48 119 5C F
Octal 62 3 110 37 140 0 110 431 134 17
Binary 110010 11 1001000 11111 1100000 0 1001000 100011001 1011100 1111

Color Harmonies of #320348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320348

Black with #320348

Text Example


Text Example

White with #320348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320348; }

 p { color: rgb(50,3,72); }

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

background-color css

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

 a { background-color: rgb(50,3,72); }

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

border-color css

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

 span { border-color: rgb(50,3,72); }

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