Html Css Color HEX #31273A Blackcurrant

📋 copy color: '#31273A'

red 49 ◦ green 39 ◦ blue 58

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

Shades of Blackcurrant #31273A

Tints of Blackcurrant #31273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.71%

 BLUE value IS 58 (23.05% from 255) = 39.73%

R = 33.56%
G = 26.71%
B = 39.73%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31273A (or 0x31273A) is known color: Blackcurrant. HEX triplet: 31, 27 and 3A. RGB value is (49,39,58). Sum of RGB (Red+Green+Blue) = 49+39+58=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 58 - color contains mainly: blue. Hex color #31273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31273A is #CED8C5. Grayscale: #2C2C2C. Windows color (decimal): -13555910 or 3811121. OLE color: 3811121.

HSL color Cylindrical-coordinate representation of color #31273A: hue angle of 271.58º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #31273A is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 39 58 -
CMYK 0.16 0.33 0 0.77
HSL 271.58º 0.2% 0.19% -
HSV(B) 271.58º 0.33% 0.23% -
XYZ 2.76 2.41 4.32 -
YUV 44.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 49 39 58 0.16 0.33 0 0.77 271.58 0.2 0.19
Hex 31 27 3A 10 21 0 4D 110 14 13
Octal 61 47 72 20 41 0 115 420 24 23
Binary 110001 100111 111010 10000 100001 0 1001101 100010000 10100 10011

Color Harmonies of #31273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31273A

Black with #31273A

Text Example


Text Example

White with #31273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31273A; }

 p { color: rgb(49,39,58); }

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

background-color css

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

 a { background-color: rgb(49,39,58); }

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

border-color css

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

 span { border-color: rgb(49,39,58); }

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