Html Css Color HEX #310148 Blackcurrant

📋 copy color: '#310148'

red 49 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #310148

Tints of Blackcurrant #310148

RGB

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

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

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

R = 40.16%
G = 0.82%
B = 59.02%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#310148 (or 0x310148) is known color: Blackcurrant. HEX triplet: 31, 01 and 48. RGB value is (49,1,72). Sum of RGB (Red+Green+Blue) = 49+1+72=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #310148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310148 is #CEFEB7. Grayscale: #171717. Windows color (decimal): -13565624 or 4718897. OLE color: 4718897.

HSL color Cylindrical-coordinate representation of color #310148: hue angle of 280.56º 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 #310148 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 1 72 -
CMYK 0.32 0.99 0 0.72
HSL 280.56º 0.97% 0.14% -
HSV(B) 280.56º 0.99% 0.28% -
XYZ 2.45 1.14 6.22 -
YUV 23.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 49 1 72 0.32 0.99 0 0.72 280.56 0.97 0.14
Hex 31 1 48 20 63 0 48 119 61 E
Octal 61 1 110 40 143 0 110 431 141 16
Binary 110001 1 1001000 100000 1100011 0 1001000 100011001 1100001 1110

Color Harmonies of #310148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310148

Black with #310148

Text Example


Text Example

White with #310148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310148; }

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

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

background-color css

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

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

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

border-color css

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

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

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