Html Css Color HEX #31084D Blackcurrant

📋 copy color: '#31084D'

red 49 ◦ green 8 ◦ blue 77

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

Shades of Blackcurrant #31084D

Tints of Blackcurrant #31084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.97%

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

R = 36.57%
G = 5.97%
B = 57.46%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31084D (or 0x31084D) is known color: Blackcurrant. HEX triplet: 31, 08 and 4D. RGB value is (49,8,77). Sum of RGB (Red+Green+Blue) = 49+8+77=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #31084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31084D is #CEF7B2. Grayscale: #1B1B1B. Windows color (decimal): -13563827 or 5048369. OLE color: 5048369.

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

Color convert

RGB 49 8 77 -
CMYK 0.36 0.90 0 0.70
HSL 275.65º 0.81% 0.17% -
HSV(B) 275.65º 0.9% 0.3% -
XYZ 2.69 1.36 7.14 -
YUV 28.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 49 8 77 0.36 0.90 0 0.70 275.65 0.81 0.17
Hex 31 8 4D 24 5A 0 46 114 51 11
Octal 61 10 115 44 132 0 106 424 121 21
Binary 110001 1000 1001101 100100 1011010 0 1000110 100010100 1010001 10001

Color Harmonies of #31084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31084D

Black with #31084D

Text Example


Text Example

White with #31084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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