Html Css Color HEX #31084F Blackcurrant

📋 copy color: '#31084F'

red 49 ◦ green 8 ◦ blue 79

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

Shades of Blackcurrant #31084F

Tints of Blackcurrant #31084F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 58.09%

R = 36.03%
G = 5.88%
B = 58.09%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31084F (or 0x31084F) is known color: Blackcurrant. HEX triplet: 31, 08 and 4F. RGB value is (49,8,79). Sum of RGB (Red+Green+Blue) = 49+8+79=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #31084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31084F is #CEF7B0. Grayscale: #1C1C1C. Windows color (decimal): -13563825 or 5179441. OLE color: 5179441.

HSL color Cylindrical-coordinate representation of color #31084F: hue angle of 274.65º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31084F is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 8 79 -
CMYK 0.38 0.90 0 0.69
HSL 274.65º 0.82% 0.17% -
HSV(B) 274.65º 0.9% 0.31% -
XYZ 2.76 1.39 7.52 -
YUV 28.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 49 8 79 0.38 0.90 0 0.69 274.65 0.82 0.17
Hex 31 8 4F 26 5A 0 45 113 52 11
Octal 61 10 117 46 132 0 105 423 122 21
Binary 110001 1000 1001111 100110 1011010 0 1000101 100010011 1010010 10001

Color Harmonies of #31084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31084F

Black with #31084F

Text Example


Text Example

White with #31084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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