Html Css Color HEX #321148 Blackcurrant

📋 copy color: '#321148'

red 50 ◦ green 17 ◦ blue 72

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

Shades of Blackcurrant #321148

Tints of Blackcurrant #321148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.23%

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

R = 35.97%
G = 12.23%
B = 51.8%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#321148 (or 0x321148) is known color: Blackcurrant. HEX triplet: 32, 11 and 48. RGB value is (50,17,72). Sum of RGB (Red+Green+Blue) = 50+17+72=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #321148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321148 is #CDEEB7. Grayscale: #202020. Windows color (decimal): -13495992 or 4722994. OLE color: 4722994.

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

Color convert

RGB 50 17 72 -
CMYK 0.31 0.76 0 0.72
HSL 276º 0.62% 0.17% -
HSV(B) 276º 0.76% 0.28% -
XYZ 2.69 1.55 6.29 -
YUV 33.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 50 17 72 0.31 0.76 0 0.72 276 0.62 0.17
Hex 32 11 48 1F 4C 0 48 114 3E 11
Octal 62 21 110 37 114 0 110 424 76 21
Binary 110010 10001 1001000 11111 1001100 0 1001000 100010100 111110 10001

Color Harmonies of #321148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321148

Black with #321148

Text Example


Text Example

White with #321148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321148; }

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

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

background-color css

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

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

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

border-color css

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

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

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