Html Css Color HEX #31004D Blackcurrant

📋 copy color: '#31004D'

red 49 ◦ green 0 ◦ blue 77

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

Shades of Blackcurrant #31004D

Tints of Blackcurrant #31004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 77 (30.47% from 255) = 61.11%

R = 38.89%
G = 0%
B = 61.11%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31004D (or 0x31004D) is known color: Blackcurrant. HEX triplet: 31, 00 and 4D. RGB value is (49,0,77). Sum of RGB (Red+Green+Blue) = 49+0+77=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #31004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31004D is #CEFFB2. Grayscale: #171717. Windows color (decimal): -13565875 or 5046321. OLE color: 5046321.

HSL color Cylindrical-coordinate representation of color #31004D: hue angle of 278.18º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31004D is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 0 77 -
CMYK 0.36 1 0 0.70
HSL 278.18º 1% 0.15% -
HSV(B) 278.18º 1% 0.3% -
XYZ 2.61 1.19 7.11 -
YUV 23.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 49 0 77 0.36 1 0 0.70 278.18 1 0.15
Hex 31 0 4D 24 64 0 46 116 64 F
Octal 61 0 115 44 144 0 106 426 144 17
Binary 110001 0 1001101 100100 1100100 0 1000110 100010110 1100100 1111

Color Harmonies of #31004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31004D

Black with #31004D

Text Example


Text Example

White with #31004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31004D; }

 p { color: rgb(49,0,77); }

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

background-color css

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

 a { background-color: rgb(49,0,77); }

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

border-color css

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

 span { border-color: rgb(49,0,77); }

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