Html Css Color HEX #320148 Blackcurrant

📋 copy color: '#320148'

red 50 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #320148

Tints of Blackcurrant #320148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

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

R = 40.65%
G = 0.81%
B = 58.54%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#320148 (or 0x320148) is known color: Blackcurrant. HEX triplet: 32, 01 and 48. RGB value is (50,1,72). Sum of RGB (Red+Green+Blue) = 50+1+72=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #320148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320148 is #CDFEB7. Grayscale: #171717. Windows color (decimal): -13500088 or 4718898. OLE color: 4718898.

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

Color convert

RGB 50 1 72 -
CMYK 0.31 0.99 0 0.72
HSL 281.41º 0.97% 0.14% -
HSV(B) 281.41º 0.99% 0.28% -
XYZ 2.5 1.17 6.22 -
YUV 23.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 50 1 72 0.31 0.99 0 0.72 281.41 0.97 0.14
Hex 32 1 48 1F 63 0 48 119 61 E
Octal 62 1 110 37 143 0 110 431 141 16
Binary 110010 1 1001000 11111 1100011 0 1001000 100011001 1100001 1110

Color Harmonies of #320148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320148

Black with #320148

Text Example


Text Example

White with #320148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320148; }

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

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

background-color css

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

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

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

border-color css

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

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

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