Html Css Color HEX #310241 Blackcurrant

📋 copy color: '#310241'

red 49 ◦ green 2 ◦ blue 65

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

Shades of Blackcurrant #310241

Tints of Blackcurrant #310241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.72%

 BLUE value IS 65 (25.78% from 255) = 56.03%

R = 42.24%
G = 1.72%
B = 56.03%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#310241 (or 0x310241) is known color: Blackcurrant. HEX triplet: 31, 02 and 41. RGB value is (49,2,65). Sum of RGB (Red+Green+Blue) = 49+2+65=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #310241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310241 is #CEFDBE. Grayscale: #171717. Windows color (decimal): -13565375 or 4260401. OLE color: 4260401.

HSL color Cylindrical-coordinate representation of color #310241: hue angle of 284.76º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #310241 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 2 65 -
CMYK 0.25 0.97 0 0.75
HSL 284.76º 0.94% 0.13% -
HSV(B) 284.76º 0.97% 0.25% -
XYZ 2.24 1.08 5.09 -
YUV 23.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 49 2 65 0.25 0.97 0 0.75 284.76 0.94 0.13
Hex 31 2 41 19 61 0 4B 11D 5E D
Octal 61 2 101 31 141 0 113 435 136 15
Binary 110001 10 1000001 11001 1100001 0 1001011 100011101 1011110 1101

Color Harmonies of #310241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310241

Black with #310241

Text Example


Text Example

White with #310241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310241; }

 p { color: rgb(49,2,65); }

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

background-color css

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

 a { background-color: rgb(49,2,65); }

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

border-color css

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

 span { border-color: rgb(49,2,65); }

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