Html Css Color HEX #31154A Blackcurrant

📋 copy color: '#31154A'

red 49 ◦ green 21 ◦ blue 74

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

Shades of Blackcurrant #31154A

Tints of Blackcurrant #31154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

 BLUE value IS 74 (29.3% from 255) = 51.39%

R = 34.03%
G = 14.58%
B = 51.39%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#31154A (or 0x31154A) is known color: Blackcurrant. HEX triplet: 31, 15 and 4A. RGB value is (49,21,74). Sum of RGB (Red+Green+Blue) = 49+21+74=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #31154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31154A is #CEEAB5. Grayscale: #232323. Windows color (decimal): -13560502 or 4855089. OLE color: 4855089.

HSL color Cylindrical-coordinate representation of color #31154A: hue angle of 271.7º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31154A is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 21 74 -
CMYK 0.34 0.72 0 0.71
HSL 271.7º 0.56% 0.19% -
HSV(B) 271.7º 0.72% 0.29% -
XYZ 2.77 1.68 6.66 -
YUV 35.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 49 21 74 0.34 0.72 0 0.71 271.7 0.56 0.19
Hex 31 15 4A 22 48 0 47 110 38 13
Octal 61 25 112 42 110 0 107 420 70 23
Binary 110001 10101 1001010 100010 1001000 0 1000111 100010000 111000 10011

Color Harmonies of #31154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31154A

Black with #31154A

Text Example


Text Example

White with #31154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,21,74); }

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

background-color css

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

 a { background-color: rgb(49,21,74); }

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

border-color css

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

 span { border-color: rgb(49,21,74); }

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