Html Css Color HEX #312041 Blackcurrant

📋 copy color: '#312041'

red 49 ◦ green 32 ◦ blue 65

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

Shades of Blackcurrant #312041

Tints of Blackcurrant #312041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.92%

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

R = 33.56%
G = 21.92%
B = 44.52%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#312041 (or 0x312041) is known color: Blackcurrant. HEX triplet: 31, 20 and 41. RGB value is (49,32,65). Sum of RGB (Red+Green+Blue) = 49+32+65=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #312041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312041 is #CEDFBE. Grayscale: #282828. Windows color (decimal): -13557695 or 4268081. OLE color: 4268081.

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

Color convert

RGB 49 32 65 -
CMYK 0.25 0.51 0 0.75
HSL 270.91º 0.34% 0.19% -
HSV(B) 270.91º 0.51% 0.25% -
XYZ 2.74 2.07 5.26 -
YUV 40.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 49 32 65 0.25 0.51 0 0.75 270.91 0.34 0.19
Hex 31 20 41 19 33 0 4B 10F 22 13
Octal 61 40 101 31 63 0 113 417 42 23
Binary 110001 100000 1000001 11001 110011 0 1001011 100001111 100010 10011

Color Harmonies of #312041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312041

Black with #312041

Text Example


Text Example

White with #312041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312041; }

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

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

background-color css

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

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

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

border-color css

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

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

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