Html Css Color HEX #320448 Blackcurrant

📋 copy color: '#320448'

red 50 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #320448

Tints of Blackcurrant #320448

RGB

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

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

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

R = 39.68%
G = 3.17%
B = 57.14%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#320448 (or 0x320448) is known color: Blackcurrant. HEX triplet: 32, 04 and 48. RGB value is (50,4,72). Sum of RGB (Red+Green+Blue) = 50+4+72=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #320448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320448 is #CDFBB7. Grayscale: #191919. Windows color (decimal): -13499320 or 4719666. OLE color: 4719666.

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

Color convert

RGB 50 4 72 -
CMYK 0.31 0.94 0 0.72
HSL 280.59º 0.89% 0.15% -
HSV(B) 280.59º 0.94% 0.28% -
XYZ 2.53 1.23 6.24 -
YUV 25.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 50 4 72 0.31 0.94 0 0.72 280.59 0.89 0.15
Hex 32 4 48 1F 5E 0 48 119 59 F
Octal 62 4 110 37 136 0 110 431 131 17
Binary 110010 100 1001000 11111 1011110 0 1001000 100011001 1011001 1111

Color Harmonies of #320448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320448

Black with #320448

Text Example


Text Example

White with #320448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320448; }

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

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

background-color css

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

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

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

border-color css

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

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

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