Html Css Color HEX #31174A Blackcurrant

📋 copy color: '#31174A'

red 49 ◦ green 23 ◦ blue 74

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

Shades of Blackcurrant #31174A

Tints of Blackcurrant #31174A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.75%

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

R = 33.56%
G = 15.75%
B = 50.68%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#31174A (or 0x31174A) is known color: Blackcurrant. HEX triplet: 31, 17 and 4A. RGB value is (49,23,74). Sum of RGB (Red+Green+Blue) = 49+23+74=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #31174A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31174A is #CEE8B5. Grayscale: #242424. Windows color (decimal): -13559990 or 4855601. OLE color: 4855601.

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

Color convert

RGB 49 23 74 -
CMYK 0.34 0.69 0 0.71
HSL 270.59º 0.53% 0.19% -
HSV(B) 270.59º 0.69% 0.29% -
XYZ 2.81 1.76 6.67 -
YUV 36.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 49 23 74 0.34 0.69 0 0.71 270.59 0.53 0.19
Hex 31 17 4A 22 45 0 47 10F 35 13
Octal 61 27 112 42 105 0 107 417 65 23
Binary 110001 10111 1001010 100010 1000101 0 1000111 100001111 110101 10011

Color Harmonies of #31174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31174A

Black with #31174A

Text Example


Text Example

White with #31174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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