Html Css Color HEX #310D4D Blackcurrant

📋 copy color: '#310D4D'

red 49 ◦ green 13 ◦ blue 77

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

Shades of Blackcurrant #310D4D

Tints of Blackcurrant #310D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.35%

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

R = 35.25%
G = 9.35%
B = 55.4%

CMYK

 C value IS 0.36

 M value IS 0.83

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#310D4D (or 0x310D4D) is known color: Blackcurrant. HEX triplet: 31, 0D and 4D. RGB value is (49,13,77). Sum of RGB (Red+Green+Blue) = 49+13+77=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #310D4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310D4D is #CEF2B2. Grayscale: #1E1E1E. Windows color (decimal): -13562547 or 5049649. OLE color: 5049649.

HSL color Cylindrical-coordinate representation of color #310D4D: hue angle of 273.75º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #310D4D is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 13 77 -
CMYK 0.36 0.83 0 0.70
HSL 273.75º 0.71% 0.18% -
HSV(B) 273.75º 0.83% 0.3% -
XYZ 2.75 1.48 7.16 -
YUV 31.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 49 13 77 0.36 0.83 0 0.70 273.75 0.71 0.18
Hex 31 D 4D 24 53 0 46 112 47 12
Octal 61 15 115 44 123 0 106 422 107 22
Binary 110001 1101 1001101 100100 1010011 0 1000110 100010010 1000111 10010

Color Harmonies of #310D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D4D

Black with #310D4D

Text Example


Text Example

White with #310D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310D4D; }

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

 H1.HeaderClassName
 {
   color: #310D4D;
 }
 .AnyTagClassName
 {
   color: #310D4D;
 }
</style>

background-color css

<style>
 a { background-color: #310D4D; }

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

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

border-color css

<style>
 span { border-color: #310D4D; }

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

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