Html Css Color HEX #312141 Blackcurrant

📋 copy color: '#312141'

red 49 ◦ green 33 ◦ blue 65

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

Shades of Blackcurrant #312141

Tints of Blackcurrant #312141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.45%

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

R = 33.33%
G = 22.45%
B = 44.22%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#312141 (or 0x312141) is known color: Blackcurrant. HEX triplet: 31, 21 and 41. RGB value is (49,33,65). Sum of RGB (Red+Green+Blue) = 49+33+65=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #312141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312141 is #CEDEBE. Grayscale: #292929. Windows color (decimal): -13557439 or 4268337. OLE color: 4268337.

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

Color convert

RGB 49 33 65 -
CMYK 0.25 0.49 0 0.75
HSL 270º 0.33% 0.19% -
HSV(B) 270º 0.49% 0.25% -
XYZ 2.76 2.12 5.26 -
YUV 41.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 49 33 65 0.25 0.49 0 0.75 270 0.33 0.19
Hex 31 21 41 19 31 0 4B 10E 21 13
Octal 61 41 101 31 61 0 113 416 41 23
Binary 110001 100001 1000001 11001 110001 0 1001011 100001110 100001 10011

Color Harmonies of #312141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312141

Black with #312141

Text Example


Text Example

White with #312141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312141; }

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

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

background-color css

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

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

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

border-color css

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

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

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