Html Css Color HEX #310548 Blackcurrant

📋 copy color: '#310548'

red 49 ◦ green 5 ◦ blue 72

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

Shades of Blackcurrant #310548

Tints of Blackcurrant #310548

RGB

 RED value IS 49 (19.53% from 255) = 38.89%

 GREEN value IS 5 (2.34% from 255) = 3.97%

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

R = 38.89%
G = 3.97%
B = 57.14%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#310548 (or 0x310548) is known color: Blackcurrant. HEX triplet: 31, 05 and 48. RGB value is (49,5,72). Sum of RGB (Red+Green+Blue) = 49+5+72=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 5 (2.34% from 255 or 3.97% 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 #310548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310548 is #CEFAB7. Grayscale: #191919. Windows color (decimal): -13564600 or 4719921. OLE color: 4719921.

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

Color convert

RGB 49 5 72 -
CMYK 0.32 0.93 0 0.72
HSL 279.4º 0.87% 0.15% -
HSV(B) 279.4º 0.93% 0.28% -
XYZ 2.49 1.23 6.24 -
YUV 25.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 49 5 72 0.32 0.93 0 0.72 279.4 0.87 0.15
Hex 31 5 48 20 5D 0 48 117 57 F
Octal 61 5 110 40 135 0 110 427 127 17
Binary 110001 101 1001000 100000 1011101 0 1001000 100010111 1010111 1111

Color Harmonies of #310548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310548

Black with #310548

Text Example


Text Example

White with #310548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310548; }

 p { color: rgb(49,5,72); }

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

background-color css

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

 a { background-color: rgb(49,5,72); }

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

border-color css

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

 span { border-color: rgb(49,5,72); }

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