Html Css Color HEX #310841 Blackcurrant

📋 copy color: '#310841'

red 49 ◦ green 8 ◦ blue 65

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

Shades of Blackcurrant #310841

Tints of Blackcurrant #310841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.56%

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

R = 40.16%
G = 6.56%
B = 53.28%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#310841 (or 0x310841) is known color: Blackcurrant. HEX triplet: 31, 08 and 41. RGB value is (49,8,65). Sum of RGB (Red+Green+Blue) = 49+8+65=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #310841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310841 is #CEF7BE. Grayscale: #1A1A1A. Windows color (decimal): -13563839 or 4261937. OLE color: 4261937.

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

Color convert

RGB 49 8 65 -
CMYK 0.25 0.88 0 0.75
HSL 283.16º 0.78% 0.14% -
HSV(B) 283.16º 0.88% 0.25% -
XYZ 2.31 1.21 5.11 -
YUV 26.76 149.58 143.87 -
System Red Green Blue C M Y K H S L
Decimal 49 8 65 0.25 0.88 0 0.75 283.16 0.78 0.14
Hex 31 8 41 19 58 0 4B 11B 4E E
Octal 61 10 101 31 130 0 113 433 116 16
Binary 110001 1000 1000001 11001 1011000 0 1001011 100011011 1001110 1110

Color Harmonies of #310841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310841

Black with #310841

Text Example


Text Example

White with #310841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310841; }

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

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

background-color css

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

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

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

border-color css

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

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

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