Html Css Color HEX #310D46 Blackcurrant

📋 copy color: '#310D46'

red 49 ◦ green 13 ◦ blue 70

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

Shades of Blackcurrant #310D46

Tints of Blackcurrant #310D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 53.03%

R = 37.12%
G = 9.85%
B = 53.03%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#310D46 (or 0x310D46) is known color: Blackcurrant. HEX triplet: 31, 0D and 46. RGB value is (49,13,70). Sum of RGB (Red+Green+Blue) = 49+13+70=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 70 (27.73% from 255 or 53.03% from 132); Max value from RGB is 70 - color contains mainly: blue. Hex color #310D46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310D46 is #CEF2B9. Grayscale: #1E1E1E. Windows color (decimal): -13562554 or 4590897. OLE color: 4590897.

HSL color Cylindrical-coordinate representation of color #310D46: hue angle of 277.89º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #310D46 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 13 70 -
CMYK 0.30 0.81 0 0.73
HSL 277.89º 0.69% 0.16% -
HSV(B) 277.89º 0.81% 0.27% -
XYZ 2.52 1.38 5.93 -
YUV 30.26 150.43 141.37 -
System Red Green Blue C M Y K H S L
Decimal 49 13 70 0.30 0.81 0 0.73 277.89 0.69 0.16
Hex 31 D 46 1E 51 0 49 116 45 10
Octal 61 15 106 36 121 0 111 426 105 20
Binary 110001 1101 1000110 11110 1010001 0 1001001 100010110 1000101 10000

Color Harmonies of #310D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D46

Black with #310D46

Text Example


Text Example

White with #310D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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