Html Css Color HEX #310941 Blackcurrant

📋 copy color: '#310941'

red 49 ◦ green 9 ◦ blue 65

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

Shades of Blackcurrant #310941

Tints of Blackcurrant #310941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.32%

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

R = 39.84%
G = 7.32%
B = 52.85%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#310941 (or 0x310941) is known color: Blackcurrant. HEX triplet: 31, 09 and 41. RGB value is (49,9,65). Sum of RGB (Red+Green+Blue) = 49+9+65=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #310941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310941 is #CEF6BE. Grayscale: #1B1B1B. Windows color (decimal): -13563583 or 4262193. OLE color: 4262193.

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

Color convert

RGB 49 9 65 -
CMYK 0.25 0.86 0 0.75
HSL 282.86º 0.76% 0.15% -
HSV(B) 282.86º 0.86% 0.25% -
XYZ 2.32 1.23 5.12 -
YUV 27.34 149.25 143.45 -
System Red Green Blue C M Y K H S L
Decimal 49 9 65 0.25 0.86 0 0.75 282.86 0.76 0.15
Hex 31 9 41 19 56 0 4B 11B 4C F
Octal 61 11 101 31 126 0 113 433 114 17
Binary 110001 1001 1000001 11001 1010110 0 1001011 100011011 1001100 1111

Color Harmonies of #310941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310941

Black with #310941

Text Example


Text Example

White with #310941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310941; }

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

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

background-color css

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

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

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

border-color css

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

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

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