Html Css Color HEX #310144 Blackcurrant

📋 copy color: '#310144'

red 49 ◦ green 1 ◦ blue 68

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

Shades of Blackcurrant #310144

Tints of Blackcurrant #310144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 57.63%

R = 41.53%
G = 0.85%
B = 57.63%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#310144 (or 0x310144) is known color: Blackcurrant. HEX triplet: 31, 01 and 44. RGB value is (49,1,68). Sum of RGB (Red+Green+Blue) = 49+1+68=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 68 (26.95% from 255 or 57.63% from 118); Max value from RGB is 68 - color contains mainly: blue. Hex color #310144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310144 is #CEFEBB. Grayscale: #161616. Windows color (decimal): -13565628 or 4456753. OLE color: 4456753.

HSL color Cylindrical-coordinate representation of color #310144: hue angle of 282.99º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #310144 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 1 68 -
CMYK 0.28 0.99 0 0.73
HSL 282.99º 0.97% 0.14% -
HSV(B) 282.99º 0.99% 0.27% -
XYZ 2.32 1.09 5.56 -
YUV 22.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 49 1 68 0.28 0.99 0 0.73 282.99 0.97 0.14
Hex 31 1 44 1C 63 0 49 11B 61 E
Octal 61 1 104 34 143 0 111 433 141 16
Binary 110001 1 1000100 11100 1100011 0 1001001 100011011 1100001 1110

Color Harmonies of #310144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310144

Black with #310144

Text Example


Text Example

White with #310144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310144; }

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

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

background-color css

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

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

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

border-color css

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

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

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