Html Css Color HEX #312241 Blackcurrant

📋 copy color: '#312241'

red 49 ◦ green 34 ◦ blue 65

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

Shades of Blackcurrant #312241

Tints of Blackcurrant #312241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.97%

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

R = 33.11%
G = 22.97%
B = 43.92%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#312241 (or 0x312241) is known color: Blackcurrant. HEX triplet: 31, 22 and 41. RGB value is (49,34,65). Sum of RGB (Red+Green+Blue) = 49+34+65=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #312241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312241 is #CEDDBE. Grayscale: #292929. Windows color (decimal): -13557183 or 4268593. OLE color: 4268593.

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

Color convert

RGB 49 34 65 -
CMYK 0.25 0.48 0 0.75
HSL 269.03º 0.31% 0.19% -
HSV(B) 269.03º 0.48% 0.25% -
XYZ 2.79 2.18 5.27 -
YUV 42.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 49 34 65 0.25 0.48 0 0.75 269.03 0.31 0.19
Hex 31 22 41 19 30 0 4B 10D 1F 13
Octal 61 42 101 31 60 0 113 415 37 23
Binary 110001 100010 1000001 11001 110000 0 1001011 100001101 11111 10011

Color Harmonies of #312241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312241

Black with #312241

Text Example


Text Example

White with #312241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312241; }

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

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

background-color css

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

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

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

border-color css

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

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

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