Html Css Color HEX #321348 Blackcurrant

📋 copy color: '#321348'

red 50 ◦ green 19 ◦ blue 72

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

Shades of Blackcurrant #321348

Tints of Blackcurrant #321348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.48%

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

R = 35.46%
G = 13.48%
B = 51.06%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#321348 (or 0x321348) is known color: Blackcurrant. HEX triplet: 32, 13 and 48. RGB value is (50,19,72). Sum of RGB (Red+Green+Blue) = 50+19+72=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #321348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321348 is #CDECB7. Grayscale: #222222. Windows color (decimal): -13495480 or 4723506. OLE color: 4723506.

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

Color convert

RGB 50 19 72 -
CMYK 0.31 0.74 0 0.72
HSL 275.09º 0.58% 0.18% -
HSV(B) 275.09º 0.74% 0.28% -
XYZ 2.72 1.61 6.3 -
YUV 34.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 50 19 72 0.31 0.74 0 0.72 275.09 0.58 0.18
Hex 32 13 48 1F 4A 0 48 113 3A 12
Octal 62 23 110 37 112 0 110 423 72 22
Binary 110010 10011 1001000 11111 1001010 0 1001000 100010011 111010 10010

Color Harmonies of #321348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321348

Black with #321348

Text Example


Text Example

White with #321348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321348; }

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

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

background-color css

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

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

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

border-color css

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

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

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