Html Css Color HEX #310048 Blackcurrant

📋 copy color: '#310048'

red 49 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #310048

Tints of Blackcurrant #310048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.5%
G = 0%
B = 59.5%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#310048 (or 0x310048) is known color: Blackcurrant. HEX triplet: 31, 00 and 48. RGB value is (49,0,72). Sum of RGB (Red+Green+Blue) = 49+0+72=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #310048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310048 is #CEFFB7. Grayscale: #161616. Windows color (decimal): -13565880 or 4718641. OLE color: 4718641.

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

Color convert

RGB 49 0 72 -
CMYK 0.32 1 0 0.72
HSL 280.83º 1% 0.14% -
HSV(B) 280.83º 1% 0.28% -
XYZ 2.44 1.12 6.22 -
YUV 22.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 49 0 72 0.32 1 0 0.72 280.83 1 0.14
Hex 31 0 48 20 64 0 48 119 64 E
Octal 61 0 110 40 144 0 110 431 144 16
Binary 110001 0 1001000 100000 1100100 0 1001000 100011001 1100100 1110

Color Harmonies of #310048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310048

Black with #310048

Text Example


Text Example

White with #310048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310048; }

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

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

background-color css

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

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

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

border-color css

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

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

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